Просмотр исходного кода

Replace understanding guide links at bototm with macros

Greg Turnquist 13 лет назад
Родитель
Сommit
6a452c3b13
2 измененных файлов: 12 добавлений и 12 удалений
  1. 6
    6
      README.ftl.md
  2. 6
    6
      README.md

+ 6
- 6
README.ftl.md Просмотреть файл

@@ -153,13 +153,13 @@ Congratulations! You've just developed a RESTful web service with Spring.
153 153
 
154 154
 
155 155
 
156
-[u-rest]: /understanding/REST
157
-[u-json]: /understanding/JSON
158
-[u-view-templates]: /understanding/view-templates
156
+<@u_rest/>
157
+<@u_json/>
158
+<@u_view_templates/>
159 159
 [jackson]: http://wiki.fasterxml.com/JacksonHome
160
-[u-war]: /understanding/WAR
161
-[u-tomcat]: /understanding/Tomcat
162
-[u-application-context]: /understanding/application-context
160
+<@u_war/>
161
+<@u_tomcat/>
162
+<@u_application_context/>
163 163
 [`@Controller`]: http://static.springsource.org/spring/docs/current/javadoc-api/org/springframework/stereotype/Controller.html
164 164
 [`SpringApplication`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.BUILD-SNAPSHOT/javadoc-api/org/springframework/bootstrap/SpringApplication.html
165 165
 [`@EnableAutoConfiguration`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.BUILD-SNAPSHOT/javadoc-api/org/springframework/bootstrap/context/annotation/SpringApplication.html

+ 6
- 6
README.md Просмотреть файл

@@ -333,13 +333,13 @@ Congratulations! You've just developed a RESTful web service with Spring.
333 333
 
334 334
 
335 335
 
336
-[u-rest]: /understanding/REST
337
-[u-json]: /understanding/JSON
338
-[u-view-templates]: /understanding/view-templates
336
+[u-rest] /understanding/REST
337
+[u-json] /understanding/JSON
338
+[u-view-templates] /understanding/view-templates
339 339
 [jackson]: http://wiki.fasterxml.com/JacksonHome
340
-[u-war]: /understanding/WAR
341
-[u-tomcat]: /understanding/Tomcat
342
-[u-application-context]: /understanding/application-context
340
+[u-war] /understanding/WAR
341
+[u-tomcat] /understanding/Tomcat
342
+[u-application-context] /understanding/application-context
343 343
 [`@Controller`]: http://static.springsource.org/spring/docs/current/javadoc-api/org/springframework/stereotype/Controller.html
344 344
 [`SpringApplication`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.BUILD-SNAPSHOT/javadoc-api/org/springframework/bootstrap/SpringApplication.html
345 345
 [`@EnableAutoConfiguration`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.BUILD-SNAPSHOT/javadoc-api/org/springframework/bootstrap/context/annotation/SpringApplication.html