Skip to content

Commit

Permalink
Fix incorrect source url for nth-prime (#2141)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kytrinyx authored Oct 29, 2022
1 parent 9b743e8 commit 3b836e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/nth-prime/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title = "Nth Prime"
blurb = "Given a number n, determine what the nth prime is."
source = "A variation on Problem 7 at Project Euler"
source_url = "https://projecteuler.net/problem=8"
source_url = "https://projecteuler.net/problem=7"

0 comments on commit 3b836e5

Please sign in to comment.