Skip to content

Commit 958721b

Browse files
authored
Convert Coderanch links to Internet Archive links (#2522)
* Convert Coderanch links to Internet Archive links * http to https
1 parent bdef8a5 commit 958721b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

exercises/grains/metadata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
title = "Grains"
22
blurb = "Calculate the number of grains of wheat on a chessboard given that the number on each square doubles."
33
source = "The CodeRanch Cattle Drive, Assignment 6"
4-
source_url = "https://coderanch.com/wiki/718824/Grains"
4+
source_url = "https://web.archive.org/web/20240908084142/https://coderanch.com/wiki/718824/Grains"

exercises/leap/metadata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title = "Leap"
22
blurb = "Determine whether a given year is a leap year."
33
source = "CodeRanch Cattle Drive, Assignment 3"
4-
source_url = "https://coderanch.com/t/718816/Leap"
4+
source_url = "https://web.archive.org/web/20240907033714/https://coderanch.com/t/718816/Leap"
55
deep_dive_youtube_id = "Fj5m16is5hI"
66
deep_dive_blurb = "Deep dive into the different algorithms and approaches you can use to solve Leap, as Jeremy and Erik explore interesting Community Solutions across 10 different languages on Exercism."

exercises/say/metadata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
title = "Say"
22
blurb = "Given a number from 0 to 999,999,999,999, spell out that number in English."
33
source = "A variation on the JavaRanch CattleDrive, Assignment 4"
4-
source_url = "https://coderanch.com/wiki/718804"
4+
source_url = "https://web.archive.org/web/20240907035912/https://coderanch.com/wiki/718804"

0 commit comments

Comments
 (0)