Skip to content

Commit 26ffba7

Browse files
authored
Merge pull request #56 from exercism/configlet-auto-sync
πŸ€– Configlet sync: docs, metadata, and filepaths
2 parents 74aa06d + a2961e0 commit 26ffba7

File tree

12 files changed

+13
-12
lines changed

12 files changed

+13
-12
lines changed

β€Žexercises/practice/allergies/.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 person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
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/bob/.meta/config.jsonβ€Ž

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
},
1616
"blurb": "Change the data format for scoring a game to more easily add other languages.",
1717
"source": "Based on an 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/gigasecond/.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 moment, determine the moment that would be after a gigasecond has passed.",
1717
"source": "Chapter 9 in Chris Pine's online Learn to Program tutorial.",
18-
"source_url": "https://pine.fm/LearnToProgram/?Chapter=09"
18+
"source_url": "https://pine.fm/LearnToProgram/chap_09.html"
1919
}

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

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

β€Žexercises/practice/matrix/.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 string representing a matrix of numbers, return the rows and columns of that matrix.",
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
@@ -15,5 +15,5 @@
1515
},
1616
"blurb": "Clean up user-entered phone numbers so that they can be sent SMS messages.",
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/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/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
}

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

0 commit comments

Comments
Β (0)