Skip to content

Commit fa98e68

Browse files
authored
Remove reference to Gitter (exercism#2190)
1 parent 42d28d1 commit fa98e68

5 files changed

Lines changed: 5 additions & 18 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
This guide covers contributing to the Java track. If you are new to the exercism Java track, this guide is for you.
2121

22-
If, at any point, you're having any trouble, pop in the [Gitter exercism/java room](https://gitter.im/exercism/java) or the [Gitter exercism/dev room](https://gitter.im/exercism/dev) for help.
22+
If, at any point, you're having any trouble, pop in the [Exercism forum][forum] for help.
2323

2424
For general guidelines about contributing to Exercism see the [Exercism contributing guide](https://exercism.org/docs/building).
2525

@@ -208,7 +208,7 @@ See other exercises, e.g. [acronym](https://github.com/exercism/java/tree/main/e
208208
* Make sure you've followed the [track policies](https://github.com/exercism/java/blob/main/POLICIES.md), especially the ones for exercise added/updated.
209209

210210
Hopefully that should be enough information to help you port an exercise to the Java track.
211-
Feel free to open an issue or post in the [Gitter exercism/java room](https://gitter.im/exercism/java) if you have any questions and we'll try and answer as soon as we can.
211+
Feel free to open an issue or post in the [Building Exercism](https://forum.exercism.org/c/exercism/building-exercism/125) category of the [Exercism forum](https://forum.exercism.org/) if you have any questions and we'll try and answer as soon as we can.
212212

213213
## Updating the READMEs
214214

@@ -294,3 +294,5 @@ To run this script:
294294
4. Run `./scripts/create_issues_new_exercise.sh -t . -s --spec-path path_to_problem_specifications` from the root of this repository and follow the directions.
295295

296296
5. If you decide to submit a new issue you can find the opened issue on the [issues page](https://github.com/exercism/java/issues).
297+
298+
[forum]: https://forum.exercism.org/

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
![Java CI with Gradle](https://github.com/exercism/java/workflows/Java%20CI%20with%20Gradle/badge.svg)
44
[![Configlet](https://github.com/exercism/java/actions/workflows/configlet.yml/badge.svg)](https://github.com/exercism/java/actions/workflows/configlet.yml)
5-
[![Join the chat at https://gitter.im/exercism/xjava](https://badges.gitter.im/exercism/java.svg)](https://gitter.im/exercism/java?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
65

76
Source for Exercism Exercises in Java.
87

docs/TESTS.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ 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](https://gitter.im/exercism/support).
47-
4846
----
4947
5048
# macOS
@@ -77,8 +75,6 @@ If you get stuck, at any point, don't forget to reach out for [help](https://git
7775
7876
Good luck! Have fun!
7977
80-
If you get stuck, at any point, don't forget to reach out for [help](https://gitter.im/exercism/support).
81-
8278
----
8379
8480
# Linux
@@ -111,5 +107,3 @@ If you get stuck, at any point, don't forget to reach out for [help](https://git
111107
4. Solve the exercise. Find and work through the `instructions.append.md` guide ([view on GitHub](https://github.com/exercism/java/blob/main/exercises/practice/hello-world/.docs/instructions.append.md#tutorial)).
112108
113109
Good luck! Have fun!
114-
115-
If you get stuck, at any point, don't forget to reach out for [help](https://gitter.im/exercism/support).

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ From here, there are a number of paths you can take.
9191

9292
Regardless of what you decide to do next, we sincerely hope you learn
9393
and enjoy being part of this community. If at any time you need assistance
94-
do not hesitate to ask for help:
95-
96-
https://gitter.im/exercism/support
94+
do not hesitate to ask for help.
9795

9896
Cheers!
9997

exercises/shared/.docs/tests.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ 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](https://gitter.im/exercism/support).
47-
4846
----
4947
5048
# macOS
@@ -77,8 +75,6 @@ If you get stuck, at any point, don't forget to reach out for [help](https://git
7775
7876
Good luck! Have fun!
7977
80-
If you get stuck, at any point, don't forget to reach out for [help](https://gitter.im/exercism/support).
81-
8278
----
8379
8480
# Linux
@@ -111,5 +107,3 @@ If you get stuck, at any point, don't forget to reach out for [help](https://git
111107
4. Solve the exercise. Find and work through the `instructions.append.md` guide ([view on GitHub](https://github.com/exercism/java/blob/main/exercises/practice/hello-world/.docs/instructions.append.md#tutorial)).
112108
113109
Good luck! Have fun!
114-
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)