]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/primes/miller-rabin/miller-rabin.factor
Switch to https urls
[factor.git] / basis / math / primes / miller-rabin / miller-rabin.factor
index 5b40c00777e3642400d19a99a3040c9a0e63df21..14a15a61df4cc0f9e2e35e59aa3b5580a5960cdf 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (c) 2008-2009 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: combinators kernel math math.functions ranges
 random sequences ;
 IN: math.primes.miller-rabin