Skip to content

Commit dcdc93e

Browse files
🤖 Auto-sync docs, metadata, and filepaths (#2466)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a185916 commit dcdc93e

18 files changed

Lines changed: 20 additions & 17 deletions

File tree

‎exercises/practice/allergies/.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 person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
2828
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
29-
"source_url": "https://turing.edu"
29+
"source_url": "https://www.turing.edu/"
3030
}

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

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

‎exercises/practice/book-store/.meta/config.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
},
2626
"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.",
2727
"source": "Inspired by the harry potter kata from Cyber-Dojo.",
28-
"source_url": "https://cyber-dojo.org"
28+
"source_url": "https://cyber-dojo.org/creator/home"
2929
}

‎exercises/practice/camicia/.meta/config.json‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
],
1212
"example": [
1313
".meta/Example.cs"
14+
],
15+
"invalidator": [
16+
"Camicia.csproj"
1417
]
1518
},
1619
"blurb": "Simulate the card game and determine whether the match ends or enters an infinite loop.",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
},
2828
"blurb": "Change the data format for scoring a game to more easily add other languages.",
2929
"source": "Based on an 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/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/grep/.meta/config.json‎

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

‎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
@@ -25,5 +25,5 @@
2525
},
2626
"blurb": "Given a diagram, determine which plants each child in the kindergarten class is responsible for.",
2727
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
28-
"source_url": "https://turing.edu"
28+
"source_url": "https://www.turing.edu/"
2929
}

‎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

0 commit comments

Comments
 (0)