From 21d76a6886df4ca1e081eb933752703954bbe4a4 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 18 Jul 2013 15:38:39 -0400 Subject: [PATCH] Fixed typo in macro --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bfdd6cb69..2a11c59b54 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ What you'll need How to complete this guide -------------------------- -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. +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. To **start from scratch**, move on to [Set up the project](#scratch). @@ -38,7 +38,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/content) or [Building Java Projects with Gradle](/guides/gs/gradle/content). ### Create the directory structure