]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/reservoir-sampling/reservoir-sampling-docs.factor
Switch to https urls
[factor.git] / basis / reservoir-sampling / reservoir-sampling-docs.factor
index 47ab38dd1700d438e33bc2ce76200b7a5a26509f..badbaf057376b8985c006f7d9cfce94af3f3da8e 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2020 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: help.markup help.syntax kernel math multiline vectors ;
 IN: reservoir-sampling