Skip to content

Commit eafb71f

Browse files
kotpjiegillet
andauthored
Fix: porting link format (#2064)
* Fix: porting link format Co-authored-by: Jie <[email protected]>
1 parent 6643ec3 commit eafb71f

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

CONTRIBUTING.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ A problem must have a unique slug. This slug is used as
178178

179179
### In exercism/\<TRACK_ID\>
180180

181-
* Do the same as when [porting an
182-
exercise](https://github.com/exercism/legacy-docs/blob/main/you-can-help/implement-an-exercise-from-specification.md).
181+
* Do the same as when [porting an exercise][porting an exercise].
183182
Reference the PR in problem-specifications.
184183
It's suggested, but not required, to wait until the problem-specifications PR is merged before merging the track-specific PR, for the following reasons:
185184
* If changes are suggested to the problem-specifications PR, it is likely that they will be applicable to the track-specific PR as well.
@@ -314,27 +313,28 @@ yarn format-json && ruby bin/format-array.rb
314313

315314
Note: if you use VS Code as your editor, you can install the [prettier plugin][prettier-vs-code] to automatically handle formatting for you.
316315

317-
[contributing]: https://exercism.org/contributing
318-
[support-chat]: https://gitter.im/exercism/support
319-
[exercism-issues]: https://github.com/exercism/exercism/issues
320-
[code-of-conduct]: https://exercism.io/code-of-conduct
321-
[cpp-track-repo]: https://github.com/exercism/cpp
322-
[problem-specs-tree]: https://github.com/exercism/problem-specifications/tree/
323-
[problem-specs-repo]: https://github.com/exercism/problem-specifications
324-
[fork-a-repo]: https://help.github.com/articles/fork-a-repo/
325316
[clone-a-repo]: https://help.github.com/articles/cloning-a-repository/
326-
[problem-specification]: https://github.com/exercism/legacy-docs/blob/main/you-can-help/make-up-new-exercises.md#problem-specification
327-
[request-new-track-repo]: https://github.com/exercism/request-new-language-track
328-
[travis]: http://travis-ci.org
329-
[pull-request-guidelines]: https://github.com/exercism/legacy-docs/blob/main/contributing/pull-request-guidelines.md
330-
[legacy-docs-repo]: https://github.com/exercism/legacy-docs
331-
[practice-exercises]: https://exercism.org/docs/building/tracks/practice-exercises
317+
[code-of-conduct]: https://exercism.io/code-of-conduct
332318
[config-json]: https://github.com/exercism/docs/blob/main/building/tracks/config-json.md
333319
[configlet-guide]: https://exercism.org/docs/building/configlet
334320
[configlet-lint-guide]: https://exercism.org/docs/building/configlet/lint
321+
[contributing]: https://exercism.org/contributing
322+
[cpp-track-repo]: https://github.com/exercism/cpp
323+
[exercism-issues]: https://github.com/exercism/exercism/issues
324+
[fork-a-repo]: https://help.github.com/articles/fork-a-repo/
325+
[format-array]: https://github.com/exercism/problem-specifications/blob/main/bin/format-array.rb
335326
[git-basics]: https://github.com/exercism/legacy-docs/blob/main/contributing/git-basics.md
336327
[improve-exercise-metadata]: https://github.com/exercism/legacy-docs/blob/main/you-can-help/improve-exercise-metadata.md
328+
[legacy-docs-repo]: https://github.com/exercism/legacy-docs
337329
[legacy-docs]: https://github.com/exercism/legacy-docs
338-
[prettier]: https://prettier.io/
339-
[format-array]: https://github.com/exercism/problem-specifications/blob/main/bin/format-array.rb
330+
[porting an exercise]: https://github.com/exercism/legacy-docs/blob/main/you-can-help/implement-an-exercise-from-specification.md
331+
[practice-exercises]: https://exercism.org/docs/building/tracks/practice-exercises
340332
[prettier-vs-code]: https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
333+
[prettier]: https://prettier.io/
334+
[problem-specification]: https://github.com/exercism/legacy-docs/blob/main/you-can-help/make-up-new-exercises.md#problem-specification
335+
[problem-specs-repo]: https://github.com/exercism/problem-specifications
336+
[problem-specs-tree]: https://github.com/exercism/problem-specifications/tree/
337+
[pull-request-guidelines]: https://github.com/exercism/legacy-docs/blob/main/contributing/pull-request-guidelines.md
338+
[request-new-track-repo]: https://github.com/exercism/request-new-language-track
339+
[support-chat]: https://gitter.im/exercism/support
340+
[travis]: http://travis-ci.org

0 commit comments

Comments
 (0)