Skip to content

Commit d0d7e5d

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

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
},
2525
"blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
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/beer-song/.meta/config.jsonβ€Ž

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
},
2727
"blurb": "Clean up user-entered phone numbers so that they can be sent SMS messages.",
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/pig-latin/.meta/config.jsonβ€Ž

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

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

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

β€Žexercises/practice/space-age/.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 an age in seconds, calculate how old someone is in terms of a given planet's solar years.",
2828
"source": "Partially inspired by Chapter 1 in Chris Pine's online Learn to Program tutorial.",
29-
"source_url": "https://pine.fm/LearnToProgram/?Chapter=01"
29+
"source_url": "https://pine.fm/LearnToProgram/chap_01.html"
3030
}

0 commit comments

Comments
Β (0)