]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/logic/examples/hanoi2/hanoi2.factor
Switch to https urls
[factor.git] / extra / logic / examples / hanoi2 / hanoi2.factor
index d0611eb80b5c75017febac93e62ebff6469593e8..606a48a1af4cd4bdaf7f1d734f70fad1171230a4 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2019-2020 KUSUMOTO Norio.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: logic lists sequences assocs formatting ;
 IN: logic.examples.hanoi2