Quellcode durchsuchen

Fix links for /undestanding/Git

Greg Turnquist vor 13 Jahren
Ursprung
Commit
de558a7bef
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2
    1
      README.md

+ 2
- 1
README.md Datei anzeigen

@@ -25,13 +25,14 @@ To **start from scratch**, move on to [Set up the project](#scratch).
25 25
 
26 26
 To **skip the basics**, do the following:
27 27
 
28
- - [Download][zip] and unzip the source repository for this guide, or clone it using [git](/understanding/git):
28
+ - [Download][zip] and unzip the source repository for this guide, or clone it using [git][u-git]:
29 29
 `git clone https://github.com/springframework-meta/gs-spring-boot.git`
30 30
  - cd into `gs-spring-boot/initial`.
31 31
  - Jump ahead to [Learn what you can do with Spring Boot](#initial).
32 32
 
33 33
 **When you're finished**, you can check your results against the code in `gs-spring-boot/complete`.
34 34
 [zip]: https://github.com/springframework-meta/gs-spring-boot/archive/master.zip
35
+[u-git]: /understanding/Git
35 36
 
36 37
 
37 38
 <a name="scratch"></a>