]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/checksums/md5/md5-tests.factor
Switch to https urls
[factor.git] / basis / checksums / md5 / md5-tests.factor
index d1645430f87a1abd594933b591d773e2fa91a646..20cf7e98f8bc378555d9b2251002635beb27bf22 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: byte-arrays checksums checksums.common checksums.md5
 io.encodings.binary io.streams.byte-array kernel math.parser
 sequences tools.test ;