Fix links for /undestanding/Git

This commit is contained in:
Greg Turnquist 2013-08-15 11:56:10 -05:00
parent 2b64bad5ce
commit 890671b22f
1 changed files with 2 additions and 1 deletions

View File

@ -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
<a name="scratch"></a>