From 43e9ee39770fd5b6bcc58622849d5507a67c4c14 Mon Sep 17 00:00:00 2001 From: ccgargantua Date: Fri, 12 Apr 2024 11:23:50 -0400 Subject: [PATCH] Fixed broken planetmath.org url --- src/prime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prime.h b/src/prime.h index d470c2cd..5e830883 100644 --- a/src/prime.h +++ b/src/prime.h @@ -21,7 +21,7 @@ // Used for resizing hash tables. // Values approximately double. -// http://planetmath.org/encyclopedia/GoodHashTablePrimes.html +// https://planetmath.org/goodhashtableprimes static int primes[] = { 5, 13,