BATCH-2201: Update URL's to point to spring.io in docs

Update URLs pointing to springframework/springsource to spring.io.
Remove links that have no redirection
This commit is contained in:
Chris Schaefer
2014-03-25 12:24:23 -04:00
parent e25e190cfa
commit 65f37c170a
60 changed files with 951 additions and 958 deletions

View File

@@ -2,7 +2,7 @@
<project name="${project.name}">
<bannerLeft>
<name>${project.name}</name>
<href>http://www.springframework.org/spring-batch</href>
<href>http://projects.spring.io/spring-batch/</href>
</bannerLeft>
<bannerRight>
<src>images/shim.gif</src>
@@ -17,7 +17,7 @@
</skin>
<body>
<links>
<item name="Home" href="http://static.springframework.org/spring-batch/index.html"/>
<item name="Home" href="http://docs.spring.io/spring-batch/index.html"/>
</links>
</body>
</project>