Quellcode durchsuchen

Merge pull request #729 from McEileen/patch-1

Fix broken link - exercism.io: Installing Java
Stuart Kent vor 9 Jahren
Ursprung
Commit
e476e79371
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      CONTRIBUTING.md

+ 1
- 1
CONTRIBUTING.md Datei anzeigen

37
 
37
 
38
 1. **Ensure you have the basic Java tooling installed:**  JDK 1.8+, an editor and Gradle 2.x.
38
 1. **Ensure you have the basic Java tooling installed:**  JDK 1.8+, an editor and Gradle 2.x.
39
 
39
 
40
-   (see [exercism.io: Installing Java](http://exercism.io/languages/java/installing))
40
+   (see [exercism.io: Installing Java](http://exercism.io/languages/java/installation))
41
 -  **Setup a branch on a fork of [exercism/java](https://github.com/exercism/java) on your computer.**
41
 -  **Setup a branch on a fork of [exercism/java](https://github.com/exercism/java) on your computer.**
42
 
42
 
43
    See [GitHub Help: Forking](https://help.github.com/articles/fork-a-repo/).  Use those instructions (in conjunction with the [Git Basics doc](https://github.com/exercism/docs/blob/master/contributing/git-basics.md)) to:
43
    See [GitHub Help: Forking](https://help.github.com/articles/fork-a-repo/).  Use those instructions (in conjunction with the [Git Basics doc](https://github.com/exercism/docs/blob/master/contributing/git-basics.md)) to: