Skip to content

Commit 3b836e5

Browse files
authored
Fix incorrect source url for nth-prime (#2141)
The nth-prime exercise is inspired by problem 7 at Euler, not Problem 8. This got messed up in the http-to-https conversion in #2137.
1 parent 9b743e8 commit 3b836e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/nth-prime/metadata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
title = "Nth Prime"
22
blurb = "Given a number n, determine what the nth prime is."
33
source = "A variation on Problem 7 at Project Euler"
4-
source_url = "https://projecteuler.net/problem=8"
4+
source_url = "https://projecteuler.net/problem=7"

0 commit comments

Comments
 (0)