]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/markov-chains/markov-chains.factor
Switch to https urls
[factor.git] / extra / markov-chains / markov-chains.factor
index c3d373bb3f939a83ace209bedec36250d175c867..a268d7eed45419d11ff96c982edede275fe772c7 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2020 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 
 USING: assocs assocs.private grouping kernel math.extras
 sequences ;