Skip to content

Commit d200695

Browse files
πŸ€– Auto-sync docs, metadata, and filepaths (#627)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1bd247b commit d200695

14 files changed

Lines changed: 14 additions & 14 deletions

File tree

β€Žexercises/practice/allergies/.meta/config.jsonβ€Ž

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

β€Žexercises/practice/bob/.meta/config.jsonβ€Ž

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

β€Žexercises/practice/book-store/.meta/config.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
},
1616
"blurb": "To try and encourage more sales of different books from a popular 5 book series, a bookshop has decided to offer discounts of multiple-book purchases.",
1717
"source": "Inspired by the harry potter kata from Cyber-Dojo.",
18-
"source_url": "https://cyber-dojo.org"
18+
"source_url": "https://cyber-dojo.org/creator/home"
1919
}

β€Žexercises/practice/etl/.meta/config.jsonβ€Ž

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

β€Žexercises/practice/gigasecond/.meta/config.jsonβ€Ž

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

β€Žexercises/practice/grep/.meta/config.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
},
2121
"blurb": "Search a file for lines matching a regular expression pattern. Return the line number and contents of each matching line.",
2222
"source": "Conversation with Nate Foster.",
23-
"source_url": "https://www.cs.cornell.edu/Courses/cs3110/2014sp/hw/0/ps0.pdf"
23+
"source_url": "https://www.cs.cornell.edu/courses/cs3110/2014sp/hw/0/ps0.pdf"
2424
}

β€Ž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/kindergarten-garden/.meta/config.jsonβ€Ž

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

β€Žexercises/practice/matrix/.meta/config.jsonβ€Ž

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

β€Žexercises/practice/phone-number/.meta/config.jsonβ€Ž

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

0 commit comments

Comments
Β (0)