Skip to content

Commit

Permalink
Sync the sieve exercise's metadata with the latest data.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Mar 30, 2024
1 parent bda4b78 commit 17936f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/sieve/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
},
"blurb": "Use the Sieve of Eratosthenes to find all the primes from 2 up to a given number.",
"source": "Sieve of Eratosthenes at Wikipedia",
"source_url": "http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes"
"source_url": "https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes"
}

0 comments on commit 17936f2

Please sign in to comment.