]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/endian/endian-tests.factor
Switch to https urls
[factor.git] / basis / endian / endian-tests.factor
index 1b1889da9f9b1915aa409de4752e7988a0bdc3c4..077cd552cce39ecdabd16aca625f8c797013de35 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: classes endian endian.private kernel math namespaces tools.test ;
 
 { t } [ [ endianness get big-endian = ] with-big-endian ] unit-test