From ced5a97eb5c1d954a04d4bb61d36d955ca45a6ab Mon Sep 17 00:00:00 2001 From: Alok Menghrajani <441307+alokmenghrajani@users.noreply.github.com> Date: Sat, 3 Sep 2022 23:12:37 +0200 Subject: [PATCH] Replace dead link in comment with archive.org copy Happy to use another service if web.archive.org isn't suitable. Note: the original page redirects and then links to some nsfw content. --- src/math/big/prime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math/big/prime.go b/src/math/big/prime.go index d9a5f1ec96..a06378956a 100644 --- a/src/math/big/prime.go +++ b/src/math/big/prime.go @@ -141,7 +141,7 @@ NextRandom: // // Jacobsen, "Pseudoprime Statistics, Tables, and Data", http://ntheory.org/pseudoprimes.html. // -// Nicely, "The Baillie-PSW Primality Test", http://www.trnicely.net/misc/bpsw.html. +// Nicely, "The Baillie-PSW Primality Test", https://web.archive.org/web/20191121062007/http://www.trnicely.net/misc/bpsw.html. // (Note that Nicely's definition of the "extra strong" test gives the wrong Jacobi condition, // as pointed out by Jacobsen.) //