瀏覽代碼

Replace /content with / in GSG links

[#Delivers 54822628]
Chris Beams 13 年之前
父節點
當前提交
b79efa7d5b
共有 2 個檔案被更改,包括 8 行新增8 行删除
  1. 1
    1
      README.md
  2. 7
    7
      SIDEBAR.md

+ 1
- 1
README.md 查看文件

37
 Set up the project
37
 Set up the project
38
 ------------------
38
 ------------------
39
 
39
 
40
-First you set up a basic build script. You can use any build system you like when building apps with Spring, but the code you need to work with [Maven](https://maven.apache.org) and [Gradle](http://gradle.org) is included here. If you're not familiar with either, refer to [Building Java Projects with Maven](/guides/gs/maven/content) or [Building Java Projects with Gradle](/guides/gs/gradle/content).
40
+First you set up a basic build script. You can use any build system you like when building apps with Spring, but the code you need to work with [Maven](https://maven.apache.org) and [Gradle](http://gradle.org) is included here. If you're not familiar with either, refer to [Building Java Projects with Maven](/guides/gs/maven/) or [Building Java Projects with Gradle](/guides/gs/gradle/).
41
 
41
 
42
 ### Create the directory structure
42
 ### Create the directory structure
43
 
43
 

+ 7
- 7
SIDEBAR.md 查看文件

12
 * [Uploading a File][gs-uploading-files]
12
 * [Uploading a File][gs-uploading-files]
13
 * [Converting a Spring Boot JAR-based application to a WAR][gs-convert-jar-to-war]
13
 * [Converting a Spring Boot JAR-based application to a WAR][gs-convert-jar-to-war]
14
 
14
 
15
-[gs-actuator-service]: /guides/gs/actuator-service/content
16
-[gs-accessing-data-jpa]: /guides/gs/accessing-data-jpa/content
17
-[gs-async-method]: /guides/gs/async-method/content
18
-[gs-batch-processing]: /guides/gs/batch-processing/content
19
-[gs-securing-web]: /guides/gs/securing-web/content
20
-[gs-uploading-files]: /guides/gs/uploading-files/content
21
-[gs-convert-jar-to-war]: /guides/gs/convert-jar-to-war/content
15
+[gs-actuator-service]: /guides/gs/actuator-service
16
+[gs-accessing-data-jpa]: /guides/gs/accessing-data-jpa
17
+[gs-async-method]: /guides/gs/async-method
18
+[gs-batch-processing]: /guides/gs/batch-processing
19
+[gs-securing-web]: /guides/gs/securing-web
20
+[gs-uploading-files]: /guides/gs/uploading-files
21
+[gs-convert-jar-to-war]: /guides/gs/convert-jar-to-war
22
 
22
 
23
 ### Tutorials
23
 ### Tutorials
24
 
24