From 0cb69c041c7bd76e660cff74a1c175f978498cbe Mon Sep 17 00:00:00 2001 From: MenkeTechnologies Date: Sat, 30 Apr 2022 23:36:37 -0400 Subject: [PATCH] exercism.org --- CONTRIBUTING.md | 4 ++-- config/exercise-readme-insert.md | 2 +- docs/INSTALLATION.md | 14 +++++++------- docs/MAINTAINING.md | 2 +- docs/TESTS.md | 6 +++--- .../hello-world/.docs/instructions.append.md | 6 +++--- exercises/shared/.docs/tests.md | 6 +++--- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 34c271727..204bad92a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,7 +45,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.11+, an editor and Gradle 2.x. - (see [exercism.io: Installing Java](http://exercism.io/languages/java/installation)) + (see [exercism.org: Installing Java](http://exercism.org/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: @@ -170,7 +170,7 @@ Any completely new exercise needs to be added and accepted there before it can b 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). Please review this before porting an exercise to the Java track. -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. +See [here](http://exercism.org/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. Please make sure no one else has a pull request open to implement your chosen exercise before you start. 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. diff --git a/config/exercise-readme-insert.md b/config/exercise-readme-insert.md index d8716cd80..1b205ae3a 100644 --- a/config/exercise-readme-insert.md +++ b/config/exercise-readme-insert.md @@ -3,7 +3,7 @@ Go through the setup instructions for Java to install the necessary dependencies: -[https://exercism.io/tracks/java/installation](https://exercism.io/tracks/java/installation) +[https://exercism.org/tracks/java/installation](https://exercism.org/tracks/java/installation) # Running the tests diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index db4c4e688..ca8a8cc31 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -47,7 +47,7 @@ We recommend closing the administrative command prompt and opening a new command You now are ready to get started with the Java track of Exercism! -To get started, see "[Running the Tests](http://exercism.io/languages/java/tests)". +To get started, see "[Running the Tests](http://exercism.org/languages/java/tests)". ---- @@ -83,7 +83,7 @@ Below are instructions for install using the most common method - using Homebrew You now are ready to get started with the Java track of Exercism! -To get started, see "[Running the Tests](http://exercism.io/languages/java/tests)". +To get started, see "[Running the Tests](http://exercism.org/languages/java/tests)". ---- @@ -120,7 +120,7 @@ If you are using Debian or its derivatives (like Ubuntu), use APT: You now are ready to get started with the Java track of Exercism! -To get started, see "[Running the Tests](http://exercism.io/languages/java/tests)". +To get started, see "[Running the Tests](http://exercism.org/languages/java/tests)". ---- @@ -145,7 +145,7 @@ both OpenJdk11 and the latest Gradle with ease. Use the following steps: You now are ready to get started with the Java track of Exercism! -To get started, see "[Running the Tests](http://exercism.io/languages/java/tests)". +To get started, see "[Running the Tests](http://exercism.org/languages/java/tests)". ---- @@ -173,7 +173,7 @@ To get started, see "[Running the Tests](http://exercism.io/languages/java/tests You now are ready to get started with the Java track of Exercism! -To get started, see "[Running the Tests](http://exercism.io/languages/java/tests)". +To get started, see "[Running the Tests](http://exercism.org/languages/java/tests)". ---- @@ -207,7 +207,7 @@ To get started, see "[Running the Tests](http://exercism.io/languages/java/tests You now are ready to get started with the Java track of Exercism! -To get started, see "[Running the Tests](http://exercism.io/languages/java/tests)". +To get started, see "[Running the Tests](http://exercism.org/languages/java/tests)". ---- @@ -240,7 +240,7 @@ To get started, see "[Running the Tests](http://exercism.io/languages/java/tests You now are ready to get started with the Java track of Exercism! -To get started, see "[Running the Tests](http://exercism.io/languages/java/tests)". +To get started, see "[Running the Tests](http://exercism.org/languages/java/tests)". ---- diff --git a/docs/MAINTAINING.md b/docs/MAINTAINING.md index 69629d3df..c579439ad 100644 --- a/docs/MAINTAINING.md +++ b/docs/MAINTAINING.md @@ -31,6 +31,6 @@ As a maintainer, you have write access to several repositories. "write access" - Issues marked with "policy" are current "team agreements": [exercism?label:policy](https://github.com/search?q=org%3Aexercism+label%3Apolicy). This label is described in [discussions#96](https://github.com/exercism/discussions/issues/96). -- Exercism has a Twitter account: [@Exercism.io](https://twitter.com/exercism_io); and a mailing list: https://tinyletter.com/exercism +- Exercism has a Twitter account: [@Exercism.io](https://twitter.com/exercism.org); and a mailing list: https://tinyletter.com/exercism **Please feel free to ask any questions. In our thinking, asking questions is far smarter than guessing.** diff --git a/docs/TESTS.md b/docs/TESTS.md index 5c24318e6..3ea219451 100644 --- a/docs/TESTS.md +++ b/docs/TESTS.md @@ -43,7 +43,7 @@ Choose your operating system: Good luck! Have fun! -If you get stuck, at any point, don't forget to reach out for [help](http://exercism.io/languages/java/help). +If you get stuck, at any point, don't forget to reach out for [help](http://exercism.org/languages/java/help). ---- @@ -77,7 +77,7 @@ If you get stuck, at any point, don't forget to reach out for [help](http://exer Good luck! Have fun! -If you get stuck, at any point, don't forget to reach out for [help](http://exercism.io/languages/java/help). +If you get stuck, at any point, don't forget to reach out for [help](http://exercism.org/languages/java/help). ---- @@ -112,5 +112,5 @@ If you get stuck, at any point, don't forget to reach out for [help](http://exer Good luck! Have fun! -If you get stuck, at any point, don't forget to reach out for [help](http://exercism.io/languages/java/help). +If you get stuck, at any point, don't forget to reach out for [help](http://exercism.org/languages/java/help). diff --git a/exercises/practice/hello-world/.docs/instructions.append.md b/exercises/practice/hello-world/.docs/instructions.append.md index 4e5e57001..99a798554 100644 --- a/exercises/practice/hello-world/.docs/instructions.append.md +++ b/exercises/practice/hello-world/.docs/instructions.append.md @@ -234,7 +234,7 @@ Success! Our solution passes the only test case supplied. We're good to go! # Submitting your first iteration With a working solution that we've reviewed, we're ready to submit it to -exercism.io. +exercism.org. ``` $ exercism submit src/main/java/Greeter.java @@ -248,7 +248,7 @@ Regardless of what you decide to do next, we sincerely hope you learn and enjoy being part of this community. If at any time you need assistance do not hesitate to ask for help: -http://exercism.io/languages/java/help +http://exercism.org/languages/java/help Cheers! @@ -273,7 +273,7 @@ completely different. Seeing both kinds can be instructive and interesting. Mentors review submitted solutions for the track they've chosen to mentor to help users learn as much as possible. To read more about mentoring and -to sign up see: http://mentoring.exercism.io/. +to sign up see: http://mentoring.exercism.org/. ## Contribute to Exercism diff --git a/exercises/shared/.docs/tests.md b/exercises/shared/.docs/tests.md index f8842b51d..48b58af70 100644 --- a/exercises/shared/.docs/tests.md +++ b/exercises/shared/.docs/tests.md @@ -43,7 +43,7 @@ Choose your operating system: Good luck! Have fun! -If you get stuck, at any point, don't forget to reach out for [help](http://exercism.io/languages/java/help). +If you get stuck, at any point, don't forget to reach out for [help](http://exercism.org/languages/java/help). ---- @@ -77,7 +77,7 @@ If you get stuck, at any point, don't forget to reach out for [help](http://exer Good luck! Have fun! -If you get stuck, at any point, don't forget to reach out for [help](http://exercism.io/languages/java/help). +If you get stuck, at any point, don't forget to reach out for [help](http://exercism.org/languages/java/help). ---- @@ -112,4 +112,4 @@ If you get stuck, at any point, don't forget to reach out for [help](http://exer Good luck! Have fun! -If you get stuck, at any point, don't forget to reach out for [help](http://exercism.io/languages/java/help). +If you get stuck, at any point, don't forget to reach out for [help](http://exercism.org/languages/java/help).