Skip to content

Commit 2eb1281

Browse files
authored
Synced metadata to problem-specs for feb. (#4101)
1 parent bf42c5d commit 2eb1281

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

exercises/practice/allergies/.meta/config.json

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

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

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

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

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

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
@@ -31,5 +31,5 @@
3131
},
3232
"blurb": "Given a moment, determine the moment that would be after a gigasecond has passed.",
3333
"source": "Chapter 9 in Chris Pine's online Learn to Program tutorial.",
34-
"source_url": "https://pine.fm/LearnToProgram/?Chapter=09"
34+
"source_url": "https://pine.fm/LearnToProgram/chap_09.html"
3535
}

exercises/practice/grep/.meta/config.json

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

exercises/practice/kindergarten-garden/.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 diagram, determine which plants each child in the kindergarten class is responsible for.",
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/matrix/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
},
3030
"blurb": "Given a string representing a matrix of numbers, return the rows and columns of that matrix.",
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/phone-number/.meta/config.json

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

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
}

0 commit comments

Comments
 (0)