Skip to content

Commit 09ecd5e

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

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
@@ -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
@@ -27,5 +27,5 @@
2727
},
2828
"blurb": "Produce the lyrics to that beloved classic, that field-trip favorite: 99 Bottles of Beer on the Wall.",
2929
"source": "Learn to Program by Chris Pine",
30-
"source_url": "https://pine.fm/LearnToProgram/?Chapter=06"
30+
"source_url": "https://pine.fm/LearnToProgram/chap_06.html"
3131
}

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

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

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

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

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

β€Ž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
@@ -29,5 +29,5 @@
2929
},
3030
"blurb": "Clean up user-entered phone numbers so that they can be sent SMS messages.",
3131
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
32-
"source_url": "https://turing.edu"
32+
"source_url": "https://www.turing.edu/"
3333
}

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

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

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

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

β€Ž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)