]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/escape-strings/escape-strings.factor
Switch to https urls
[factor.git] / basis / escape-strings / escape-strings.factor
index 5b6e6c1f6df133cf3c5c369b112ccb320885d4d4..d595b1fead4f9fa55903425dd6d8ce672cb69a44 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2017 John Benediktsson, Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: ascii assocs checksums checksums.sha combinators
 kernel math math.functions math.parser ranges
 math.statistics sequences sets sorting splitting strings uuid ;