Ver código fonte

Fixed typo in macro

Greg Turnquist 13 anos atrás
pai
commit
f32c8995c2
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      README.md

+ 2
- 2
README.md Ver arquivo

@@ -36,7 +36,7 @@ What you'll need
36 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 41
 To **start from scratch**, move on to [Set up the project](#scratch).
42 42
 
@@ -55,7 +55,7 @@ To **skip the basics**, do the following:
55 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 60
 ### Create the directory structure
61 61