瀏覽代碼

Fixed typo in macro

Greg Turnquist 13 年之前
父節點
當前提交
f32c8995c2
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件

36
 How to complete this guide
36
 How to complete this guide
37
 --------------------------
37
 --------------------------
38
 
38
 
39
-Like all Spring's [Getting Started guides](guides/gs), you can start from scratch and complete each step, or you can bypass basic setup steps that are already familiar to you. Either way, you end up with working code.
39
+Like all Spring's [Getting Started guides](/guides/gs), you can start from scratch and complete each step, or you can bypass basic setup steps that are already familiar to you. Either way, you end up with working code.
40
 
40
 
41
 To **start from scratch**, move on to [Set up the project](#scratch).
41
 To **start from scratch**, move on to [Set up the project](#scratch).
42
 
42
 
55
 Set up the project
55
 Set up the project
56
 ------------------
56
 ------------------
57
 
57
 
58
-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).
58
+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).
59
 
59
 
60
 ### Create the directory structure
60
 ### Create the directory structure
61
 
61