Преглед на файлове

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,7 +37,7 @@ To **skip the basics**, do the following:
37 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 42
 ### Create the directory structure
43 43
 

+ 7
- 7
SIDEBAR.md Целия файл

@@ -12,13 +12,13 @@ Spring Boot provides a wide range of support for various services, including mos
12 12
 * [Uploading a File][gs-uploading-files]
13 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 23
 ### Tutorials
24 24