Skip to content

Commit f1e1dec

Browse files
authored
Update old .io to .org links across documentation (exercism#2113)
1 parent d9c2a31 commit f1e1dec

5 files changed

Lines changed: 15 additions & 16 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To submit a fix for an existing exercise or port an exercise to Java with the le
4545

4646
1. **Ensure you have the basic Java tooling installed:** JDK 1.11+, an editor and Gradle 2.x.
4747

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))
4949
- **Setup a branch on a fork of [exercism/java](https://github.com/exercism/java) on your computer.**
5050

5151
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
170170
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).
171171
Please review this before porting an exercise to the Java track.
172172

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.
174173
Please make sure no one else has a pull request open to implement your chosen exercise before you start.
175174

176175
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.

docs/INSTALLATION.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ We recommend closing the administrative command prompt and opening a new command
4747
4848
You now are ready to get started with the Java track of Exercism!
4949
50-
To get started, see "[Running the Tests](http://exercism.io/languages/java/tests)".
50+
To get started, see "[Running the Tests](https://exercism.org/docs/tracks/java/tests)".
5151
5252
----
5353
@@ -83,7 +83,7 @@ Below are instructions for install using the most common method - using Homebrew
8383
8484
You now are ready to get started with the Java track of Exercism!
8585
86-
To get started, see "[Running the Tests](http://exercism.io/languages/java/tests)".
86+
To get started, see "[Running the Tests](https://exercism.org/docs/tracks/java/tests)".
8787
8888
----
8989
@@ -120,7 +120,7 @@ If you are using Debian or its derivatives (like Ubuntu), use APT:
120120
121121
You now are ready to get started with the Java track of Exercism!
122122
123-
To get started, see "[Running the Tests](http://exercism.io/languages/java/tests)".
123+
To get started, see "[Running the Tests](https://exercism.org/docs/tracks/java/tests)".
124124
125125
----
126126
@@ -145,7 +145,7 @@ both OpenJdk11 and the latest Gradle with ease. Use the following steps:
145145
146146
You now are ready to get started with the Java track of Exercism!
147147
148-
To get started, see "[Running the Tests](http://exercism.io/languages/java/tests)".
148+
To get started, see "[Running the Tests](https://exercism.org/docs/tracks/java/tests)".
149149
150150
----
151151
@@ -173,7 +173,7 @@ To get started, see "[Running the Tests](http://exercism.io/languages/java/tests
173173
174174
You now are ready to get started with the Java track of Exercism!
175175
176-
To get started, see "[Running the Tests](http://exercism.io/languages/java/tests)".
176+
To get started, see "[Running the Tests](https://exercism.org/docs/tracks/java/tests)".
177177
178178
----
179179
@@ -207,7 +207,7 @@ To get started, see "[Running the Tests](http://exercism.io/languages/java/tests
207207
208208
You now are ready to get started with the Java track of Exercism!
209209
210-
To get started, see "[Running the Tests](http://exercism.io/languages/java/tests)".
210+
To get started, see "[Running the Tests](https://exercism.org/docs/tracks/java/tests)".
211211
212212
----
213213
@@ -240,7 +240,7 @@ To get started, see "[Running the Tests](http://exercism.io/languages/java/tests
240240
241241
You now are ready to get started with the Java track of Exercism!
242242
243-
To get started, see "[Running the Tests](http://exercism.io/languages/java/tests)".
243+
To get started, see "[Running the Tests](https://exercism.org/docs/tracks/java/tests)".
244244
245245
----
246246

docs/TESTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Choose your operating system:
4343
4444
Good luck! Have fun!
4545
46-
If you get stuck, at any point, don't forget to reach out for [help](http://exercism.io/languages/java/help).
46+
If you get stuck, at any point, don't forget to reach out for [help](https://gitter.im/exercism/support).
4747
4848
----
4949
@@ -77,7 +77,7 @@ If you get stuck, at any point, don't forget to reach out for [help](http://exer
7777
7878
Good luck! Have fun!
7979
80-
If you get stuck, at any point, don't forget to reach out for [help](http://exercism.io/languages/java/help).
80+
If you get stuck, at any point, don't forget to reach out for [help](https://gitter.im/exercism/support).
8181
8282
----
8383
@@ -112,5 +112,5 @@ If you get stuck, at any point, don't forget to reach out for [help](http://exer
112112
113113
Good luck! Have fun!
114114
115-
If you get stuck, at any point, don't forget to reach out for [help](http://exercism.io/languages/java/help).
115+
If you get stuck, at any point, don't forget to reach out for [help](https://gitter.im/exercism/support).
116116

exercises/practice/hello-world/.docs/instructions.append.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Regardless of what you decide to do next, we sincerely hope you learn
248248
and enjoy being part of this community. If at any time you need assistance
249249
do not hesitate to ask for help:
250250

251-
http://exercism.io/languages/java/help
251+
https://gitter.im/exercism/support
252252

253253
Cheers!
254254

exercises/shared/.docs/tests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Choose your operating system:
4343
4444
Good luck! Have fun!
4545
46-
If you get stuck, at any point, don't forget to reach out for [help](http://exercism.io/languages/java/help).
46+
If you get stuck, at any point, don't forget to reach out for [help](https://gitter.im/exercism/support).
4747
4848
----
4949
@@ -77,7 +77,7 @@ If you get stuck, at any point, don't forget to reach out for [help](http://exer
7777
7878
Good luck! Have fun!
7979
80-
If you get stuck, at any point, don't forget to reach out for [help](http://exercism.io/languages/java/help).
80+
If you get stuck, at any point, don't forget to reach out for [help](https://gitter.im/exercism/support).
8181
8282
----
8383
@@ -112,4 +112,4 @@ If you get stuck, at any point, don't forget to reach out for [help](http://exer
112112
113113
Good luck! Have fun!
114114
115-
If you get stuck, at any point, don't forget to reach out for [help](http://exercism.io/languages/java/help).
115+
If you get stuck, at any point, don't forget to reach out for [help](https://gitter.im/exercism/support).

0 commit comments

Comments
 (0)