]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/echo-server/echo-server.factor
Switch to https urls
[factor.git] / extra / echo-server / echo-server.factor
index a34e64c4f598ed31171ecb9b17670dab14a7e55c..a6a7810fa25da82f1eea51fcf94fef4fd5733f43 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2012 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 
 USING: accessors command-line io io.encodings.binary io.servers
 kernel math.parser namespaces sequences ;