Skip to content

Commit

Permalink
Add url base exercism.org
Browse files Browse the repository at this point in the history
This helps users working locally.
  • Loading branch information
muzimuzhi committed Aug 18, 2024
1 parent 8cbe3b7 commit d0f093a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exercises/concept/recursive-functions/.docs/hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
- To apply the filter parameter to an element, use the usual pipe syntax: `.element | filter`.
- The base case is an empty array.

[arrays-concept]: /tracks/jq/concepts/arrays
[arrays-concept]: https://exercism.org/tracks/jq/concepts/arrays
[manual-addition]: https://jqlang.github.io/jq/manual/v1.7/#addition
2 changes: 1 addition & 1 deletion exercises/shared/.docs/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Use it while you are developing your exercise solutions to inspect the data that
See the [debugging doc][debugging] for more details.

[debug]: https://jqlang.github.io/jq/manual/v1.7/#debug
[debugging]: /docs/tracks/jq/debugging
[debugging]: https://exercism.org/docs/tracks/jq/debugging
2 changes: 1 addition & 1 deletion exercises/shared/.docs/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ See the [debugging doc][debugging] for more details.
[here-string]: https://www.gnu.org/software/bash/manual/bash.html#Here-Strings
[so]: https://unix.stackexchange.com/a/80372/4667
[debug]: https://jqlang.github.io/jq/manual/v1.7/#debug
[debugging]: /docs/tracks/jq/debugging
[debugging]: https://exercism.org/docs/tracks/jq/debugging

0 comments on commit d0f093a

Please sign in to comment.