]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/logic/examples/hanoi/hanoi-tests.factor
Switch to https urls
[factor.git] / extra / logic / examples / hanoi / hanoi-tests.factor
index abf1923afaa6f9efe455af1ed15f8f1ee8c20069..13c5962b1fcf1a6b5a38ad3781900dac9477031c 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: io.streams.string literals logic logic.examples.hanoi
 multiline tools.test ;