Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exercism.org #728

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you don't want install these various dependencies by hand, consider using [SD

After installing Java and `sbt` you will be ready to get started with the Scala track of Exercism.

To get started, see "[Running the Tests](http://exercism.io/languages/scala/tests)".
To get started, see "[Running the Tests](http://exercism.org/languages/scala/tests)".
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To get started, see "[Running the Tests](http://exercism.org/languages/scala/tests)".
To get started, see "[Running the Tests](https://exercism.org/docs/tracks/scala/tests)".


---

Expand Down
2 changes: 1 addition & 1 deletion exercises/shared/.docs/help.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Help

Please see the [learning](https://exercism.io/tracks/scala/learning) and [installation](https://exercism.io/tracks/scala/installation) pages if you need any help.
Please see the [learning](https://exercism.org/tracks/scala/learning) and [installation](https://exercism.org/tracks/scala/installation) pages if you need any help.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Please see the [learning](https://exercism.org/tracks/scala/learning) and [installation](https://exercism.org/tracks/scala/installation) pages if you need any help.
Please see the [learning](https://exercism.org/docs/tracks/scala/learning) and [installation](https://exercism.org/docs/tracks/scala/installation) pages if you need any help.

2 changes: 1 addition & 1 deletion exercises/shared/.docs/tests.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Tests

To run the tests, run the command `sbt test` in the exercise's directory.
See the [tests page](https://exercism.io/tracks/scala/tests) for more information.
See the [tests page](https://exercism.org/tracks/scala/tests) for more information.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
See the [tests page](https://exercism.org/tracks/scala/tests) for more information.
See the [tests page](https://exercism.org/docs/tracks/scala/tests) for more information.


## Skipped tests

Expand Down