From e1b00ca4e230b425e67aa6e562ee73da296de433 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Fri, 6 Sep 2013 14:44:29 -0500 Subject: [PATCH] Upgrade Spring Boot javadocs to docs.spring.io --- README.ftl.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.ftl.md b/README.ftl.md index 45a900e8f0..288b8ec146 100644 --- a/README.ftl.md +++ b/README.ftl.md @@ -144,7 +144,7 @@ Summary Congratulations! You built a batch job that ingested data from a spreadsheet, processed it, and wrote it to a database. -[`SpringApplication`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.M2/javadoc-api/org/springframework/bootstrap/SpringApplication.html -[`@EnableAutoConfiguration`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.M2/javadoc-api/org/springframework/bootstrap/context/annotation/SpringApplication.html +[`SpringApplication`]: http://docs.spring.io/spring-boot/docs/0.5.0.M3/api/org/springframework/boot/SpringApplication.html +[`@EnableAutoConfiguration`]: http://docs.spring.io/spring-boot/docs/0.5.0.M3/api/org/springframework/boot/autoconfigure/EnableAutoConfiguration.html [`@Component`]: http://static.springsource.org/spring/docs/current/javadoc-api/org/springframework/stereotype/Component.html diff --git a/README.md b/README.md index 7bca764881..d71e2e80f7 100644 --- a/README.md +++ b/README.md @@ -515,7 +515,7 @@ Summary Congratulations! You built a batch job that ingested data from a spreadsheet, processed it, and wrote it to a database. -[`SpringApplication`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.M2/javadoc-api/org/springframework/bootstrap/SpringApplication.html -[`@EnableAutoConfiguration`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.M2/javadoc-api/org/springframework/bootstrap/context/annotation/SpringApplication.html +[`SpringApplication`]: http://docs.spring.io/spring-boot/docs/0.5.0.M3/api/org/springframework/boot/SpringApplication.html +[`@EnableAutoConfiguration`]: http://docs.spring.io/spring-boot/docs/0.5.0.M3/api/org/springframework/boot/autoconfigure/EnableAutoConfiguration.html [`@Component`]: http://static.springsource.org/spring/docs/current/javadoc-api/org/springframework/stereotype/Component.html