]> gitweb.factorcode.org Git - factor.git/blobdiff - core/graphs/graphs.factor
Switch to https urls
[factor.git] / core / graphs / graphs.factor
index 3b305a34a93f8c45f20416579c59a1011c5611a8..775acdaba0e83f2173bfa51d773ad782d21ab19c 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2006, 2007 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: assocs kernel sequences sets ;
 IN: graphs