]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/compression/bzip3/bzip3-tests.factor
Switch to https urls
[factor.git] / extra / compression / bzip3 / bzip3-tests.factor
index 6cd835fb4c834c9d4bc6e892bfbff81b50ae5335..6cdc2d47ae1c682a3a2912e5849abc569d0c3a25 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2022 Raghu Ranganathan.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: byte-arrays compression.bzip3 math random sequences
 tools.test ;