]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/hamming-lazy/hamming-lazy.factor
Switch to https urls
[factor.git] / extra / rosetta-code / hamming-lazy / hamming-lazy.factor
index b56b354ee99950609f23f7441cfcb885106a5855..ed7d1d0aa63cca2566d4b7095b3b6ae3e0d03897 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: combinators kernel lists lists.lazy math ;
 IN: rosetta-code.hamming-lazy
 
-! 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