]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/vocabs/prettyprint/prettyprint.factor
Switch to https urls
[factor.git] / basis / vocabs / prettyprint / prettyprint.factor
index cfc1b01cfe6a9ba34354b918e64e832b3ca25744..b85aa01c672f8890d9dc567dfd22b14402860faf 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors assocs colors io io.styles kernel
 make namespaces prettyprint.backend prettyprint.sections
 prettyprint.stylesheet sequences sorting vocabs vocabs.parser ;