Skip to content

Commit d9f2980

Browse files
šŸ¤– Auto-sync docs, metadata, and filepaths (#777)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a8973c1 commit d9f2980

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
},
2020
"blurb": "Change the data format for scoring a game to more easily add other languages.",
2121
"source": "Based on an 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/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/kindergarten-garden/.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 diagram, determine which plants each child in the kindergarten class is responsible for.",
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
@@ -24,5 +24,5 @@
2424
},
2525
"blurb": "Clean up user-entered phone numbers so that they can be sent SMS messages.",
2626
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
27-
"source_url": "https://turing.edu"
27+
"source_url": "https://www.turing.edu/"
2828
}

ā€Žexercises/practice/pig-latin/.meta/config.jsonā€Ž

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

ā€Ž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/

ā€Žexercises/practice/reverse-string/.meta/config.jsonā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
},
1616
"blurb": "Reverse a given string.",
1717
"source": "Introductory challenge to reverse an input string",
18-
"source_url": "https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb"
18+
"source_url": "https://www.freecodecamp.org/news/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb"
1919
}

0 commit comments

Comments
Ā (0)
⚔