Skip to content

Commit a01edc6

Browse files
🤖 Auto-sync docs, metadata, and filepaths (#2857)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 099f425 commit a01edc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎exercises/practice/nucleotide-count/.meta/config.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
]
2121
},
2222
"blurb": "Given a DNA string, compute how many times each nucleotide occurs in the string.",
23-
"source": "The Calculating DNA Nucleotides_problem at Rosalind",
23+
"source": "The Counting DNA Nucleotides problem at Rosalind",
2424
"source_url": "https://rosalind.info/problems/dna/",
2525
"custom": {
2626
"version.tests.compatibility": "jest-27",

‎exercises/practice/perfect-numbers/.meta/config.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"blurb": "Determine if a number is perfect, abundant, or deficient based on Nicomachus' (60 - 120 CE) classification scheme for positive integers.",
2525
"source": "Taken from Chapter 2 of Functional Thinking by Neal Ford.",
26-
"source_url": "https://www.oreilly.com/library/view/functional-thinking/9781449365509/",
26+
"source_url": "https://nealford.com/books/functionalthinking.html",
2727
"custom": {
2828
"version.tests.compatibility": "jest-27",
2929
"flag.tests.task-per-describe": false,

0 commit comments

Comments
 (0)