Skip to content

Commit

Permalink
Convert Coderanch links to Internet Archive links (#2522)
Browse files Browse the repository at this point in the history
* Convert Coderanch links to Internet Archive links

* http to https
  • Loading branch information
BNAndras authored Jan 14, 2025
1 parent bdef8a5 commit 958721b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exercises/grains/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title = "Grains"
blurb = "Calculate the number of grains of wheat on a chessboard given that the number on each square doubles."
source = "The CodeRanch Cattle Drive, Assignment 6"
source_url = "https://coderanch.com/wiki/718824/Grains"
source_url = "https://web.archive.org/web/20240908084142/https://coderanch.com/wiki/718824/Grains"
2 changes: 1 addition & 1 deletion exercises/leap/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title = "Leap"
blurb = "Determine whether a given year is a leap year."
source = "CodeRanch Cattle Drive, Assignment 3"
source_url = "https://coderanch.com/t/718816/Leap"
source_url = "https://web.archive.org/web/20240907033714/https://coderanch.com/t/718816/Leap"
deep_dive_youtube_id = "Fj5m16is5hI"
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."
2 changes: 1 addition & 1 deletion exercises/say/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title = "Say"
blurb = "Given a number from 0 to 999,999,999,999, spell out that number in English."
source = "A variation on the JavaRanch CattleDrive, Assignment 4"
source_url = "https://coderanch.com/wiki/718804"
source_url = "https://web.archive.org/web/20240907035912/https://coderanch.com/wiki/718804"

0 comments on commit 958721b

Please sign in to comment.