]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/infix/parser/parser-tests.factor
Switch to https urls
[factor.git] / extra / infix / parser / parser-tests.factor
index 7819b2d5679ed1c5bdd7e90c44a51f51a0f321fc..2bd0bd78524bcd0d0c54b147e85081219f73e549 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Philipp Brüschweiler
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: infix.ast infix.parser infix.tokenizer tools.test ;
 IN: infix.parser.tests