From 890671b22f5b56a702e72566b4953ee798bd2d9e Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 15 Aug 2013 11:56:10 -0500 Subject: [PATCH] Fix links for /undestanding/Git --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6975ca2d1f..7afb19672a 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,14 @@ To **start from scratch**, move on to [Set up the project](#scratch). To **skip the basics**, do the following: - - [Download][zip] and unzip the source repository for this guide, or clone it using [git](/understanding/git): + - [Download][zip] and unzip the source repository for this guide, or clone it using [git][u-git]: `git clone https://github.com/springframework-meta/gs-batch-processing.git` - cd into `gs-batch-processing/initial`. - Jump ahead to [Create a business class](#initial). **When you're finished**, you can check your results against the code in `gs-batch-processing/complete`. [zip]: https://github.com/springframework-meta/gs-batch-processing/archive/master.zip +[u-git]: /understanding/Git