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

Capitalize /understanding/{subject} as approprite

[#54951278]
Chris Beams 13 лет назад
Родитель
Сommit
4d12172ed0
3 измененных файлов: 12 добавлений и 12 удалений
  1. 5
    5
      README.ftl.md
  2. 5
    5
      README.md
  3. 2
    2
      SIDEBAR.md

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

@@ -153,12 +153,12 @@ 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-jsp]: /understanding/jsp
156
+[u-rest]: /understanding/REST
157
+[u-json]: /understanding/JSON
158
+[u-jsp]: /understanding/JSP
159 159
 [jackson]: http://wiki.fasterxml.com/JacksonHome
160
-[u-war]: /understanding/war
161
-[u-tomcat]: /understanding/tomcat
160
+[u-war]: /understanding/WAR
161
+[u-tomcat]: /understanding/Tomcat
162 162
 [u-application-context]: /understanding/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

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

@@ -333,12 +333,12 @@ 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-jsp]: /understanding/jsp
336
+[u-rest]: /understanding/REST
337
+[u-json]: /understanding/JSON
338
+[u-jsp]: /understanding/JSP
339 339
 [jackson]: http://wiki.fasterxml.com/JacksonHome
340
-[u-war]: /understanding/war
341
-[u-tomcat]: /understanding/tomcat
340
+[u-war]: /understanding/WAR
341
+[u-tomcat]: /understanding/Tomcat
342 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

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

@@ -27,5 +27,5 @@ There's more to building RESTful web services than is covered here. You can cont
27 27
 * [REST][u-rest]
28 28
 * [JSON][u-json]
29 29
 
30
-[u-rest]: /understanding/rest
31
-[u-json]: /understanding/json
30
+[u-rest]: /understanding/REST
31
+[u-json]: /understanding/JSON