diff --git a/documentation/trunk/eiffel/Examples/example-sieve-eratosthenes.wiki b/documentation/trunk/eiffel/Examples/example-sieve-eratosthenes.wiki index a6505076..f5b891f5 100644 --- a/documentation/trunk/eiffel/Examples/example-sieve-eratosthenes.wiki +++ b/documentation/trunk/eiffel/Examples/example-sieve-eratosthenes.wiki @@ -11,7 +11,7 @@ This example uses the ''iteration'' (across) form of the Eiffel loo ==Source== -Problem description from [http://rosettacode.org/wiki/Seive_of_Eratosthenes Rosetta Code] +Problem description from [http://rosettacode.org/wiki/Sieve_of_Eratosthenes Rosetta Code] ==Solution==