提交 b79efa7d 编写于 作者: C Chris Beams

Replace /content with / in GSG links

[#Delivers 54822628]
上级 221145cf
......@@ -37,7 +37,7 @@ To **skip the basics**, do the following:
Set up the project
------------------
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).
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/).
### Create the directory structure
......
......@@ -12,13 +12,13 @@ Spring Boot provides a wide range of support for various services, including mos
* [Uploading a File][gs-uploading-files]
* [Converting a Spring Boot JAR-based application to a WAR][gs-convert-jar-to-war]
[gs-actuator-service]: /guides/gs/actuator-service/content
[gs-accessing-data-jpa]: /guides/gs/accessing-data-jpa/content
[gs-async-method]: /guides/gs/async-method/content
[gs-batch-processing]: /guides/gs/batch-processing/content
[gs-securing-web]: /guides/gs/securing-web/content
[gs-uploading-files]: /guides/gs/uploading-files/content
[gs-convert-jar-to-war]: /guides/gs/convert-jar-to-war/content
[gs-actuator-service]: /guides/gs/actuator-service
[gs-accessing-data-jpa]: /guides/gs/accessing-data-jpa
[gs-async-method]: /guides/gs/async-method
[gs-batch-processing]: /guides/gs/batch-processing
[gs-securing-web]: /guides/gs/securing-web
[gs-uploading-files]: /guides/gs/uploading-files
[gs-convert-jar-to-war]: /guides/gs/convert-jar-to-war
### Tutorials
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册