Skip to content

Commit fa39855

Browse files
committed
Sync more metadata
1 parent ef26b86 commit fa39855

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

exercises/practice/collatz-conjecture/.meta/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
]
2222
},
2323
"blurb": "Calculate the number of steps to reach 1 using the Collatz conjecture.",
24-
"source": "An unsolved problem in mathematics named after mathematician Lothar Collatz",
25-
"source_url": "https://en.wikipedia.org/wiki/3x_%2B_1_problem"
24+
"source": "Wikipedia",
25+
"source_url": "https://en.wikipedia.org/wiki/Collatz_conjecture"
2626
}

exercises/practice/leap/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
},
2323
"blurb": "Determine whether a given year is a leap year.",
2424
"source": "CodeRanch Cattle Drive, Assignment 3",
25-
"source_url": "https://coderanch.com/t/718816/Leap"
25+
"source_url": "https://web.archive.org/web/20240907033714/https://coderanch.com/t/718816/Leap"
2626
}

exercises/practice/rna-transcription/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"config.properties"
2121
]
2222
},
23-
"blurb": "Given a DNA strand, return its RNA Complement Transcription.",
23+
"blurb": "Given a DNA strand, return its RNA complement.",
2424
"source": "Hyperphysics",
2525
"source_url": "https://web.archive.org/web/20220408112140/http://hyperphysics.phy-astr.gsu.edu/hbase/Organic/transcription.html"
2626
}

0 commit comments

Comments
 (0)