Procházet zdrojové kódy

Fix links for /undestanding/Git

Greg Turnquist před 13 roky
rodič
revize
0925b0fdb6
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      README.md

+ 2
- 1
README.md Zobrazit soubor

45
 
45
 
46
 To **skip the basics**, do the following:
46
 To **skip the basics**, do the following:
47
 
47
 
48
- - [Download][zip] and unzip the source repository for this guide, or clone it using [git](/understanding/git):
48
+ - [Download][zip] and unzip the source repository for this guide, or clone it using [git][u-git]:
49
 `git clone https://github.com/springframework-meta/gs-rest-service.git`
49
 `git clone https://github.com/springframework-meta/gs-rest-service.git`
50
  - cd into `gs-rest-service/initial`.
50
  - cd into `gs-rest-service/initial`.
51
  - Jump ahead to [Create a resource representation class](#initial).
51
  - Jump ahead to [Create a resource representation class](#initial).
52
 
52
 
53
 **When you're finished**, you can check your results against the code in `gs-rest-service/complete`.
53
 **When you're finished**, you can check your results against the code in `gs-rest-service/complete`.
54
 [zip]: https://github.com/springframework-meta/gs-rest-service/archive/master.zip
54
 [zip]: https://github.com/springframework-meta/gs-rest-service/archive/master.zip
55
+[u-git]: /understanding/Git
55
 
56
 
56
 
57
 
57
 <a name="scratch"></a>
58
 <a name="scratch"></a>