You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ To submit a fix for an existing exercise or port an exercise to Java with the le
45
45
46
46
1.**Ensure you have the basic Java tooling installed:** JDK 1.11+, an editor and Gradle 2.x.
47
47
48
-
(see [exercism.io: Installing Java](http://exercism.io/languages/java/installation))
48
+
(see [exercism.io: Installing Java](https://exercism.org/docs/tracks/java/installation))
49
49
-**Setup a branch on a fork of [exercism/java](https://github.com/exercism/java) on your computer.**
50
50
51
51
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:
@@ -170,7 +170,6 @@ Any completely new exercise needs to be added and accepted there before it can b
170
170
There is a [general Exercism guide for porting an exercise to a new language](https://github.com/exercism/docs/blob/master/you-can-help/implement-an-exercise-from-specification.md).
171
171
Please review this before porting an exercise to the Java track.
172
172
173
-
See [here](http://exercism.io/languages/java/todo) for a list of exercises that have yet to be implemented on the Java track and can therefore be ported to this track.
174
173
Please make sure no one else has a pull request open to implement your chosen exercise before you start.
175
174
176
175
It might also be a good idea to open a WIP pull request to make it clear to others that you are working on this exercise.
0 commit comments