Skip to content

Commit 9adc67a

Browse files
🤖 Configlet sync: docs, metadata, and filepaths (#2169)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent afe248a commit 9adc67a

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
@@ -37,6 +37,6 @@
3737
]
3838
},
3939
"blurb": "Given a DNA string, compute how many times each nucleotide occurs in the string.",
40-
"source": "The Calculating DNA Nucleotides_problem at Rosalind",
40+
"source": "The Counting DNA Nucleotides problem at Rosalind",
4141
"source_url": "https://rosalind.info/problems/dna/"
4242
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
},
3333
"blurb": "Determine if a number is perfect, abundant, or deficient based on Nicomachus' (60 - 120 CE) classification scheme for positive integers.",
3434
"source": "Taken from Chapter 2 of Functional Thinking by Neal Ford.",
35-
"source_url": "https://www.oreilly.com/library/view/functional-thinking/9781449365509/"
35+
"source_url": "https://nealford.com/books/functionalthinking.html"
3636
}

0 commit comments

Comments
 (0)