Skip to content

Commit 1ce3e3b

Browse files
kytrinyxBethanyG
authored andcommitted
Sync exercise metadata with problem-specifications
This syncs all the metadata for all the practice exercises with upstream changes in problem-specifications, in one fell swoop. The changes are all nitpicky changes made in order to ensure that source urls all use https rather than http, along with some tweaks to better describe the source of certain exercises.
1 parent ab76008 commit 1ce3e3b

File tree

47 files changed

+55
-55
lines changed

Some content is hidden

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

47 files changed

+55
-55
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
]
2222
},
2323
"source": "Wikipedia",
24-
"source_url": "http://en.wikipedia.org/wiki/Affine_cipher"
24+
"source_url": "https://en.wikipedia.org/wiki/Affine_cipher"
2525
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
".meta/example.py"
3131
]
3232
},
33-
"source": "Jumpstart Lab Warm-up",
34-
"source_url": "http://jumpstartlab.com"
33+
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
34+
"source_url": "https://turing.edu"
3535
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
]
3030
},
3131
"source": "Wikipedia",
32-
"source_url": "http://en.wikipedia.org/wiki/Atbash"
32+
"source_url": "https://en.wikipedia.org/wiki/Atbash"
3333
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
]
2727
},
2828
"source": "Learn to Program by Chris Pine",
29-
"source_url": "http://pine.fm/LearnToProgram/?Chapter=06"
29+
"source_url": "https://pine.fm/LearnToProgram/?Chapter=06"
3030
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
]
3232
},
3333
"source": "Wikipedia",
34-
"source_url": "http://en.wikipedia.org/wiki/Binary_search_algorithm"
34+
"source_url": "https://en.wikipedia.org/wiki/Binary_search_algorithm"
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
},
4545
"source": "Inspired by the 'Deaf Grandma' exercise in Chris Pine's Learn to Program tutorial.",
46-
"source_url": "http://pine.fm/LearnToProgram/?Chapter=06"
46+
"source_url": "https://pine.fm/LearnToProgram/?Chapter=06"
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
},
3030
"source": "Inspired by the harry potter kata from Cyber-Dojo.",
31-
"source_url": "http://cyber-dojo.org"
31+
"source_url": "https://cyber-dojo.org"
3232
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
]
2424
},
2525
"source": "The Bowling Game Kata from UncleBob",
26-
"source_url": "http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata"
26+
"source_url": "https://web.archive.org/web/20221001111000/http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata"
2727
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
]
2727
},
2828
"source": "Wikipedia",
29-
"source_url": "http://en.wikipedia.org/wiki/Circular_buffer"
29+
"source_url": "https://en.wikipedia.org/wiki/Circular_buffer"
3030
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
]
3131
},
3232
"source": "J Dalbey's Programming Practice problems",
33-
"source_url": "http://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
33+
"source_url": "https://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
3434
}

0 commit comments

Comments
 (0)