]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/ackermann/ackermann.factor
Switch to https urls
[factor.git] / extra / rosetta-code / ackermann / ackermann.factor
index 3547dc716d3db76f0cd0e42be049e654573b0141..3cd4fb3d1f7210bae39090ce0b61d4bdcfb91285 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 math ;
 IN: rosetta-code.ackermann
 
-! http://rosettacode.org/wiki/Ackermann_function
+! https://rosettacode.org/wiki/Ackermann_function
 
 ! The Ackermann function is a classic recursive example in
 ! computer science. It is a function that grows very quickly (in