]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/vectors/conversion/conversion-tests.factor
Switch to https urls
[factor.git] / basis / math / vectors / conversion / conversion-tests.factor
index 9205f3fb9cb3c87b0e89bc4c90720e47c502ee38..edcaf6c2b86eafef0d75d3f09c368b5d6ad7a963 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Joe Groff.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays compiler.test continuations generalizations
 kernel kernel.private locals math.vectors.conversion math.vectors.simd
 sequences stack-checker tools.test sequences.generalizations ;