Skip to content

Commit ab4b053

Browse files
Add forum links (#550)
1 parent 60eb604 commit ab4b053

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

building/tracks/new/dynamic-syntax-highlighting.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When adding support for your language, there are three options:
2727

2828
### Enable language
2929

30-
To enable CodeMirror support for your language, start a topic on the forum (https://forum.exercism.org/c/exercism/building-exercism/125).
30+
To enable CodeMirror support for your language, start a topic on [the forum](https://forum.exercism.org/c/exercism/building-exercism/125).
3131
We (Exercism) will then create a Pull Request that enables CodeMirror support for your language on the website.
3232

3333
### Using an existing plugin
@@ -39,7 +39,7 @@ If the plugin isn't published on NPM, you can either:
3939
1. Ask the plugin author if they want to publish on NPM.
4040
2. Fork the repository and publish it yourself.
4141
3. Have us (Exercism) fork the repository and we publish it.
42-
To do so, open a topic on the forum requesting this (https://forum.exercism.org/c/exercism/building-exercism/125).
42+
To do so, open a topic on [the forum](https://forum.exercism.org/c/exercism/building-exercism/125) requesting this.
4343

4444
```exercism/note
4545
The CodeMirror website has a [list of community-built language plugins](https://codemirror.net/docs/community/#language).
@@ -53,7 +53,7 @@ If you'd like to create plugin, you have two options for hosting:
5353

5454
1. Create a repository on your personal account and publish it yourself.
5555
2. Have us (Exercism) create a repository and let us publish it.
56-
To do so, open a topic on the forum requesting this (https://forum.exercism.org/c/exercism/building-exercism/125).
56+
To do so, open a topic on [the forum](https://forum.exercism.org/c/exercism/building-exercism/125) requesting this.
5757

5858
```exercism/note
5959
You could consider forking the [codemirror/lang-example repository](https://github.com/codemirror/lang-example) which implements CodeMirror support for a simple language.

building/tracks/new/static-syntax-highlighting.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ If the plugin isn't published on NPM, you can either:
4848
1. Ask the plugin author if they want to publish on NPM.
4949
2. Fork the repository and publish it yourself.
5050
3. Have us (Exercism) fork the repository and we publish it.
51-
To do so, open a topic on the forum requesting this (https://forum.exercism.org/c/exercism/building-exercism/125).
51+
To do so, open a topic on [the forum](https://forum.exercism.org/c/exercism/building-exercism/125) requesting this.
5252

5353
The next step is to [Enable the plugin](#enable-plugin).
5454

5555
### Enable plugin
5656

57-
To enable a plugin (which must be published on [NPM](https://www.npmjs.com/)), start a topic on the forum requesting us to add support for the plugin to the website (https://forum.exercism.org/c/exercism/building-exercism/125).
57+
To enable a plugin (which must be published on [NPM](https://www.npmjs.com/)), start a topic on [the forum](https://forum.exercism.org/c/exercism/building-exercism/125) requesting us to add support for the plugin to the website.
5858
We (Exercism) will then create a Pull Request that adds the plugin to the website.
5959
Once the PR is merged, you can enable highlightjs support by following the instructions in the [Configuring track](#configuring-track) section.
6060

@@ -64,7 +64,7 @@ If you'd like to create plugin, you have two options for hosting:
6464

6565
1. Create a repository on your personal account and publish it yourself.
6666
2. Have us (Exercism) create a repository and let us publish it.
67-
To do so, open a topic on the forum requesting this (https://forum.exercism.org/c/exercism/building-exercism/125).
67+
To do so, open a topic on [the forum](https://forum.exercism.org/c/exercism/building-exercism/125) requesting this.
6868

6969
Once you have a repo, follow the [language contribution instructions](https://highlightjs.readthedocs.io/en/latest/language-contribution.html) to implement the plugin.
7070

building/tracks/new/test-track.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This will help find (common) errors and allows them to be fixed _before_ the tra
66
## How to enable the track for testing
77

88
To enable the track for testing, it needs to be added to our database, which is something only site admins can do.
9-
Please open a topic on the forum requesting this at: https://forum.exercism.org/c/exercism/building-exercism/125.
9+
Please open a topic on [the forum](https://forum.exercism.org/c/exercism/building-exercism/125) requesting this.
1010

1111
Note that adding the track to the database will _not_ launch the track, but it _will_ make it accessible on the website for maintainer users.
1212

@@ -17,4 +17,4 @@ The ideal users to test the track are other track maintainers, as they:
1717
- Have experience building a track (and thus know what should have been built)
1818
- Are able to access track's that are not yet active
1919

20-
To get maintainers to test your track, open a topic on the forum requesting this at: https://forum.exercism.org/c/exercism/building-exercism/125.
20+
To get maintainers to test your track, open a topic on [the forum](https://forum.exercism.org/c/exercism/building-exercism/125) requesting this.

0 commit comments

Comments
 (0)