Skip to content

Commit e6439d0

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

13 files changed

Lines changed: 15 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
@@ -28,5 +28,5 @@
2828
},
2929
"blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
3030
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
31-
"source_url": "https://turing.edu"
31+
"source_url": "https://www.turing.edu/"
3232
}

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

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

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

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

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

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

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

β€Ž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/matrix/.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 string representing a matrix of numbers, return the rows and columns of that matrix.",
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/phone-number/.meta/config.jsonβ€Ž

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

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

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

0 commit comments

Comments
Β (0)