]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/machine-learning/decision-trees/decision-trees.factor
Switch to https urls
[factor.git] / extra / machine-learning / decision-trees / decision-trees.factor
index 3c92d200ddb56ea4346d99af4ef880edf68c086f..5693907daac52400dc3331779dda9c7066a36b65 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2018 Björn Lindqvist
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 USING: accessors assocs grouping.extras kernel math
 math.functions math.statistics sequences sequences.extras
 sorting ;