From 57290fac9cb698af45a3e05f94bff2d7649b1c52 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 12 Dec 2013 15:35:34 -0600 Subject: [PATCH] Parameterize spring_version in the README for javadoc links --- README.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 3662a6a59b..28cec9324f 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,6 @@ +:spring_version: 4.0.0.RC1 :spring_boot_version: 0.5.0.M6 -:Component: http://docs.spring.io/spring/docs/4.0.0.RC1/javadoc-api/org/springframework/stereotype/Component.html +:Component: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Component.html :EnableAutoConfiguration: http://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/autoconfigure/EnableAutoConfiguration.html :SpringApplication: http://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/SpringApplication.html :toc: