]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/json/prettyprint/prettyprint.factor
Switch to https urls
[factor.git] / basis / json / prettyprint / prettyprint.factor
index bd50fe125604e89e6e8df8a61eb40cdcf36a1395..2ff4c610bd07de5a5fca295e340e51e6396733bb 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2016 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: assocs hashtables io io.encodings.utf8 io.files
 io.streams.string json.reader json.writer kernel math namespaces
 sequences strings ;