Skip to content

Commit b548835

Browse files
authored
Sync docs + metadata (#863)
1 parent c0dd4f0 commit b548835

13 files changed

Lines changed: 15 additions & 15 deletions

File tree

exercises/practice/allergies/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
},
2828
"blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
2929
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
30-
"source_url": "https://turing.edu"
30+
"source_url": "https://www.turing.edu/"
3131
}

exercises/practice/beer-song/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
},
3131
"blurb": "Produce the lyrics to that beloved classic, that field-trip favorite: 99 Bottles of Beer on the Wall.",
3232
"source": "Learn to Program by Chris Pine",
33-
"source_url": "https://pine.fm/LearnToProgram/?Chapter=06"
33+
"source_url": "https://pine.fm/LearnToProgram/chap_06.html"
3434
}

exercises/practice/bob/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
},
3535
"blurb": "Bob is a lackadaisical teenager. In conversation, his responses are very limited.",
3636
"source": "Inspired by the 'Deaf Grandma' exercise in Chris Pine's Learn to Program tutorial.",
37-
"source_url": "https://pine.fm/LearnToProgram/?Chapter=06"
37+
"source_url": "https://pine.fm/LearnToProgram/chap_06.html"
3838
}

exercises/practice/etl/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
},
3131
"blurb": "Change the data format for scoring a game to more easily add other languages.",
3232
"source": "Based on an exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
33-
"source_url": "https://turing.edu"
33+
"source_url": "https://www.turing.edu/"
3434
}

exercises/practice/gigasecond/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
},
2727
"blurb": "Given a moment, determine the moment that would be after a gigasecond has passed.",
2828
"source": "Chapter 9 in Chris Pine's online Learn to Program tutorial.",
29-
"source_url": "https://pine.fm/LearnToProgram/?Chapter=09"
29+
"source_url": "https://pine.fm/LearnToProgram/chap_09.html"
3030
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ You can also find Killer Sudokus in varying difficulty in numerous newspapers, a
7676

7777
The screenshots above have been generated using F-Puzzles.com, a Puzzle Setting Tool by Eric Fox.
7878

79-
[sudoku-rules]: https://masteringsudoku.com/sudoku-rules-beginners/
80-
[killer-guide]: https://masteringsudoku.com/killer-sudoku/
79+
[sudoku-rules]: https://en.wikipedia.org/wiki/Sudoku
80+
[killer-guide]: https://en.wikipedia.org/wiki/Killer_sudoku
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/kindergarten-garden/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
},
3131
"blurb": "Given a diagram, determine which plants each child in the kindergarten class is responsible for.",
3232
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
33-
"source_url": "https://turing.edu"
33+
"source_url": "https://www.turing.edu/"
3434
}

exercises/practice/matrix/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
},
1616
"blurb": "Given a string representing a matrix of numbers, return the rows and columns of that matrix.",
1717
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
18-
"source_url": "https://turing.edu"
18+
"source_url": "https://www.turing.edu/"
1919
}

exercises/practice/phone-number/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
},
2929
"blurb": "Clean up user-entered phone numbers so that they can be sent SMS messages.",
3030
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
31-
"source_url": "https://turing.edu"
31+
"source_url": "https://www.turing.edu/"
3232
}

exercises/practice/pig-latin/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
},
2424
"blurb": "Implement a program that translates from English to Pig Latin.",
2525
"source": "The Pig Latin exercise at Test First Teaching by Ultrasaurus",
26-
"source_url": "https://github.com/ultrasaurus/test-first-teaching/blob/master/learn_ruby/pig_latin/"
26+
"source_url": "https://github.com/ultrasaurus/test-first-teaching/tree/master/learn_ruby/pig_latin"
2727
}

0 commit comments

Comments
 (0)