]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/morse/morse-tests.factor
Switch to https urls
[factor.git] / extra / morse / morse-tests.factor
index da853845b0f3992ebf7c4bc09248f23ed63dd076..86dad6b9b72ea51f5c5468c053c98959664431ca 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2007 Alex Chapman
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: arrays morse strings tools.test ;
 
 { "?" } [ CHAR: \\ ch>morse ] unit-test