Skip to content

Commit acb4c99

Browse files
Fix URL for track tooling repo overview
1 parent af14a71 commit acb4c99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

building/tooling/analyzers/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Each language has its own Analyzer, written in that language.
88
The website acts as the orchestrator between the Analyzers and students' submissions.
99

1010
Each Analyzer lives in the Exercism GitHub organization in a repository named `$LANG-analyzer` (e.g. `ruby-analyzer`).
11-
You can explore the different Analyzers [here](https://github.com/exercism?q=-analyzer).
11+
You can explore the different Analyzers [here](https://github.com/search?q=topic%3Aexercism-analyzer&type=repositories).
1212

1313
If you would like to get involved in helping with an existing Analyzer, please open an issue in its repository asking if there is somewhere you can help.
1414
If you would like to create an Analyzer for a language that currently does not have one, please follow the [creating a Analyzer](/docs/building/tooling/analyzers/creating-from-scratch) instructions.

building/tooling/representers/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Each language has its own representer, written in that language.
2424
The website acts as the orchestrator between the representer and students' submissions.
2525

2626
Each representer lives in the Exercism GitHub organization in a repository named `$LANG-representer` (e.g. `ruby-representer`).
27-
You can explore the different representers [here](https://github.com/exercism?q=-representer).
27+
You can explore the different representers [here](https://github.com/search?q=topic%3Aexercism-representer&type=repositories).
2828

2929
If you would like to get involved in helping with an existing Representer, please open an issue in its repository asking if there is somewhere you can help.
3030
If you would like to create a Representer for a language that currently does not have one, please follow the [creating a Representer](/docs/building/tooling/representers/creating-from-scratch) instructions.

building/tooling/test-runners/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Each language has its own Test Runner, written in that language.
1313
The website acts as the orchestrator between the Test Runners and students' submissions.
1414

1515
Each Test Runner lives in the Exercism GitHub organization in a repository named `$LANG-test-runner` (e.g. [`exercism/ruby-test-runner`](https://github.com/exercism/ruby-test-runner)).
16-
You can explore the different Test Runners [here](https://github.com/exercism?q=-test-runner).
16+
You can explore the different Test Runners [here](https://github.com/search?q=topic%3Aexercism-test-runner&type=repositories).
1717

1818
If you would like to get involved in helping with an existing Test Runner, please open an issue in its repository asking if there is somewhere you can help.
1919
If you would like to create a Test Runner for a language that currently does not have one, please follow the [creating a Test Runner](/docs/building/tooling/test-runners/creating-from-scratch) instructions.

0 commit comments

Comments
 (0)