Skip to content

Commit 038d04e

Browse files
authored
Sync metadata for all practice exercises (#1455)
1 parent 0808ca0 commit 038d04e

File tree

51 files changed

+59
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+59
-59
lines changed

exercises/practice/affine-cipher/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
},
2424
"blurb": "Create an implementation of the Affine cipher, an ancient encryption algorithm from the Middle East.",
2525
"source": "Wikipedia",
26-
"source_url": "http://en.wikipedia.org/wiki/Affine_cipher"
26+
"source_url": "https://en.wikipedia.org/wiki/Affine_cipher"
2727
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
]
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.",
30-
"source": "Jumpstart Lab Warm-up",
31-
"source_url": "http://jumpstartlab.com"
30+
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
31+
"source_url": "https://turing.edu"
3232
}

exercises/practice/atbash-cipher/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
},
2727
"blurb": "Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.",
2828
"source": "Wikipedia",
29-
"source_url": "http://en.wikipedia.org/wiki/Atbash"
29+
"source_url": "https://en.wikipedia.org/wiki/Atbash"
3030
}

exercises/practice/beer-song/.meta/config.json

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

exercises/practice/binary-search/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
},
2828
"blurb": "Implement a binary search algorithm.",
2929
"source": "Wikipedia",
30-
"source_url": "http://en.wikipedia.org/wiki/Binary_search_algorithm"
30+
"source_url": "https://en.wikipedia.org/wiki/Binary_search_algorithm"
3131
}

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": "http://pine.fm/LearnToProgram/?Chapter=06"
47+
"source_url": "https://pine.fm/LearnToProgram/?Chapter=06"
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": "http://cyber-dojo.org"
28+
"source_url": "https://cyber-dojo.org"
2929
}

exercises/practice/bowling/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
},
2929
"blurb": "Score a bowling game.",
3030
"source": "The Bowling Game Kata from UncleBob",
31-
"source_url": "http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata"
31+
"source_url": "https://web.archive.org/web/20221001111000/http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata"
3232
}

exercises/practice/circular-buffer/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
},
2929
"blurb": "A data structure that uses a single, fixed-size buffer as if it were connected end-to-end.",
3030
"source": "Wikipedia",
31-
"source_url": "http://en.wikipedia.org/wiki/Circular_buffer"
31+
"source_url": "https://en.wikipedia.org/wiki/Circular_buffer"
3232
}

exercises/practice/crypto-square/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
},
2828
"blurb": "Implement the classic method for composing secret messages called a square code.",
2929
"source": "J Dalbey's Programming Practice problems",
30-
"source_url": "http://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
30+
"source_url": "https://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
3131
}

0 commit comments

Comments
 (0)