]> gitweb.factorcode.org Git - factor.git/blobdiff - core/arrays/arrays.factor
Switch to https urls
[factor.git] / core / arrays / arrays.factor
index b396187a63a07063b8211bb742fd0e42cd82ce68..72e8ceb5f9a2ac93481f972ede37ab904168adcf 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2005, 2010 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors kernel math sequences sequences.private ;
 IN: arrays