]> gitweb.factorcode.org Git - factor.git/blobdiff - core/hashtables/hashtables.factor
Switch to https urls
[factor.git] / core / hashtables / hashtables.factor
index 79fe86093db7d4bcb46aba47492208ab61a8db35..469a7cfc9a2639c097d6a648f65f44b9af948e0a 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2005, 2011 John Benediktsson, Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs kernel kernel.private math
 math.private sequences sequences.private slots.private vectors ;
 IN: hashtables