Преглед изворни кода

Capitalize /understanding/{subject} as approprite

[#54951278]
Chris Beams пре 13 година
родитељ
комит
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
 
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
 [jackson]: http://wiki.fasterxml.com/JacksonHome
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
 [u-application-context]: /understanding/application-context
162
 [u-application-context]: /understanding/application-context
163
 [`@Controller`]: http://static.springsource.org/spring/docs/current/javadoc-api/org/springframework/stereotype/Controller.html
163
 [`@Controller`]: http://static.springsource.org/spring/docs/current/javadoc-api/org/springframework/stereotype/Controller.html
164
 [`SpringApplication`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.BUILD-SNAPSHOT/javadoc-api/org/springframework/bootstrap/SpringApplication.html
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
 
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
 [jackson]: http://wiki.fasterxml.com/JacksonHome
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
 [u-application-context]: /understanding/application-context
342
 [u-application-context]: /understanding/application-context
343
 [`@Controller`]: http://static.springsource.org/spring/docs/current/javadoc-api/org/springframework/stereotype/Controller.html
343
 [`@Controller`]: http://static.springsource.org/spring/docs/current/javadoc-api/org/springframework/stereotype/Controller.html
344
 [`SpringApplication`]: http://static.springsource.org/spring-bootstrap/docs/0.5.0.BUILD-SNAPSHOT/javadoc-api/org/springframework/bootstrap/SpringApplication.html
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
 * [REST][u-rest]
27
 * [REST][u-rest]
28
 * [JSON][u-json]
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