Skip to content

Commit 28166e2

Browse files
authored
Synced instructions to problem specs for feb. (#4102)
1 parent 2eb1281 commit 28166e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

exercises/practice/killer-sudoku-helper/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ The screenshots above have been generated using F-Puzzles.com, a Puzzle Setting
8181
[one-solution-img]: https://assets.exercism.org/images/exercises/killer-sudoku-helper/example1.png
8282
[four-solutions-img]: https://assets.exercism.org/images/exercises/killer-sudoku-helper/example2.png
8383
[not-possible-img]: https://assets.exercism.org/images/exercises/killer-sudoku-helper/example3.png
84-
[clover-puzzle]: https://app.crackingthecryptic.com/sudoku/HqTBn3Pr6R
84+
[clover-puzzle]: https://sudokupad.app/HqTBn3Pr6R
8585
[goodliffe-video]: https://youtu.be/c_NjEbFEeW0?t=1180

exercises/practice/markdown/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Your challenge is to re-write this code to make it easier to read and maintain w
1010
It would be helpful if you made notes of what you did in your refactoring in comments so reviewers can see that, but it isn't strictly necessary.
1111
The most important thing is to make the code better!
1212

13-
[markdown]: https://guides.github.com/features/mastering-markdown/
13+
[markdown]: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax

exercises/practice/relative-distance/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Isla and Tariq are siblings and have a separation of 1.
3636
Similarly, this implementation would report a separation of 2 from you to your father's brother.
3737
~~~~
3838

39-
[six-bacons]: https://en.m.wikipedia.org/wiki/Six_Degrees_of_Kevin_Bacon
39+
[six-bacons]: https://en.wikipedia.org/wiki/Six_Degrees_of_Kevin_Bacon

exercises/practice/rest-api/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ Your task is to implement a simple [RESTful API][restful-wikipedia] that receive
4343

4444
[restful-wikipedia]: https://en.wikipedia.org/wiki/Representational_state_transfer
4545
[iou]: https://en.wikipedia.org/wiki/IOU
46-
[github-rest]: https://developer.github.com/v3/
46+
[github-rest]: https://docs.github.com/en/rest
4747
[reddit-rest]: https://web.archive.org/web/20231202231149/https://www.reddit.com/dev/api/
4848
[restfulapi]: https://restfulapi.net/

0 commit comments

Comments
 (0)