]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/quoting/quoting-tests.factor
Switch to https urls
[factor.git] / basis / quoting / quoting-tests.factor
index d6b48d1402354437006c2abb94fcaf2f1dbd780c..8f89b6e3011f1373708eb479cec0afb5ca7488d1 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: tools.test quoting ;
 
 { f } [ "" quoted? ] unit-test