Skip to content

Commit c7dc3db

Browse files
authored
configlet sync metadata files (#3165)
1 parent b37713e commit c7dc3db

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

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

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

0 commit comments

Comments
 (0)