From edc7ea3bb83f9ccbe4422598c6934f99d26dc62e Mon Sep 17 00:00:00 2001 From: McEileen Date: Sat, 5 Aug 2017 14:34:24 -0400 Subject: [PATCH] Fix broken link - exercism.io: Installing Java I fixed the link path to end in "installation" instead of "installing" --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e7976fea..92863d7ca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ To submit a fix for an existing exercise or port an exercise to Java with the le 1. **Ensure you have the basic Java tooling installed:** JDK 1.8+, an editor and Gradle 2.x. - (see [exercism.io: Installing Java](http://exercism.io/languages/java/installing)) + (see [exercism.io: Installing Java](http://exercism.io/languages/java/installation)) - **Setup a branch on a fork of [exercism/java](https://github.com/exercism/java) on your computer.** 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: