Skip to content

Commit 1f30778

Browse files
Update README.md (#75)
Fixes links to the documentation
1 parent 73edda0 commit 1f30778

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Exercism Java test runner
22

3-
A test runner automatically verifies if a submission passes all the tests.
3+
An [Exercism test runner][test-runner-docs] automatically verifies if a submission passes all the tests.
44

5-
This repository contains the Java test runner, which implements the [test runner interface][test-runner-interface].
5+
This repository contains the Java test runner, which implements the V3 spec of the [test runner interface][test-runner-interface-docs].
66

77
## Run the test runner
88

@@ -54,6 +54,7 @@ All files created during the test run itself are discarded.
5454
When you've made modifications to the code that will result in a new "golden" state,
5555
you'll need to generate and commit a new `tests/<test-name>/expected_results.json` file.
5656

57-
[test-runners]: https://github.com/exercism/docs/tree/main/building/tooling/test-runners
57+
[test-runner-docs]: https://exercism.org/docs/building/tooling/test-runners
58+
[test-runner-interface-docs]: https://exercism.org/docs/building/tooling/test-runners/interface
5859
[golden]: https://ro-che.info/articles/2017-12-04-golden-tests
59-
[exercism]: https://exercism.io
60+
[exercism]: https://exercism.org

0 commit comments

Comments
 (0)