Skip to content

Commit c5ecf32

Browse files
authored
Sync metadata (#2313)
1 parent 1f57ee1 commit c5ecf32

File tree

55 files changed

+69
-70
lines changed

Some content is hidden

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

55 files changed

+69
-70
lines changed

exercises/practice/affine-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 Affine cipher, an ancient encryption algorithm from the Middle East.",
2828
"source": "Wikipedia",
29-
"source_url": "http://en.wikipedia.org/wiki/Affine_cipher"
29+
"source_url": "https://en.wikipedia.org/wiki/Affine_cipher"
3030
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
]
4545
},
4646
"blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
47-
"source": "Jumpstart Lab Warm-up",
48-
"source_url": "http://jumpstartlab.com"
47+
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
48+
"source_url": "https://turing.edu"
4949
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
},
4242
"blurb": "Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.",
4343
"source": "Wikipedia",
44-
"source_url": "http://en.wikipedia.org/wiki/Atbash"
44+
"source_url": "https://en.wikipedia.org/wiki/Atbash"
4545
}

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
},
4444
"blurb": "Implement a binary search algorithm.",
4545
"source": "Wikipedia",
46-
"source_url": "http://en.wikipedia.org/wiki/Binary_search_algorithm"
46+
"source_url": "https://en.wikipedia.org/wiki/Binary_search_algorithm"
4747
}

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
},
3838
"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.",
3939
"source": "Inspired by the harry potter kata from Cyber-Dojo.",
40-
"source_url": "http://cyber-dojo.org"
40+
"source_url": "https://cyber-dojo.org"
4141
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
]
3434
},
3535
"blurb": "Score a bowling game.",
36-
"source": "The Bowling Game Kata at but UncleBob",
37-
"source_url": "http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata"
36+
"source": "The Bowling Game Kata from UncleBob",
37+
"source_url": "https://web.archive.org/web/20221001111000/http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata"
3838
}

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

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

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

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

0 commit comments

Comments
 (0)