]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/binary-search/binary-search.factor
Switch to https urls
[factor.git] / basis / binary-search / binary-search.factor
index 6de32d8f7ad7e4d4914440f325301a7c6fd55055..da1434d94e7463f7533bd807b708937c77d38341 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008, 2010 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: arrays combinators kernel math math.order sequences
 sequences.private vectors ;
 IN: binary-search