]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/hamming/hamming.factor
Switch to https urls
[factor.git] / extra / rosetta-code / hamming / hamming.factor
index b4f40588943934f7f34c5182b8a875c0c708284b..0e04b84cc8da53dc9bf99915a611f65c6910ef4d 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (c) 2012 Anonymous
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors deques dlists kernel make math math.order ;
 IN: rosetta-code.hamming
 
-! http://rosettacode.org/wiki/Hamming_numbers#Factor
+! https://rosettacode.org/wiki/Hamming_numbers#Factor
 
 ! Hamming numbers are numbers of the form
 !    H = 2^i * 3^j * 5^k        where i, j, k >= 0