]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/logic/examples/hanoi/hanoi.factor
Switch to https urls
[factor.git] / extra / logic / examples / hanoi / hanoi.factor
index cd258dde929e6236d400e2dab8e9104a09dd0ecc..d7dd42bb0c1c8a21ffe161a3d61e5ddb3de0cd39 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: assocs logic math ;
 IN: logic.examples.hanoi