From 958721b9113ff1954c5af36d356a0b5c733b3a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:07:01 -0800 Subject: [PATCH] Convert Coderanch links to Internet Archive links (#2522) * Convert Coderanch links to Internet Archive links * http to https --- exercises/grains/metadata.toml | 2 +- exercises/leap/metadata.toml | 2 +- exercises/say/metadata.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exercises/grains/metadata.toml b/exercises/grains/metadata.toml index d96370ebfb..510ea09133 100644 --- a/exercises/grains/metadata.toml +++ b/exercises/grains/metadata.toml @@ -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" diff --git a/exercises/leap/metadata.toml b/exercises/leap/metadata.toml index 71e8f90a08..700b5af851 100644 --- a/exercises/leap/metadata.toml +++ b/exercises/leap/metadata.toml @@ -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." diff --git a/exercises/say/metadata.toml b/exercises/say/metadata.toml index 21346d778c..a3bf2f1817 100644 --- a/exercises/say/metadata.toml +++ b/exercises/say/metadata.toml @@ -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"