]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/amb/amb.factor
Switch to https urls
[factor.git] / extra / rosetta-code / amb / amb.factor
index 9c0b55c71d8a7920e1f1775820ef6f5a4c9346b4..f6ed2b3a23215bc3f6c81eae3575b7704d25625a 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: backtrack kernel prettyprint sequences splitting ;
 IN: rosetta-code.amb
 
-! http://rosettacode.org/wiki/Amb
+! https://rosettacode.org/wiki/Amb
 
 ! Define and give an example of the Amb operator.