]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/standard-deviation/standard-deviation.factor
Switch to https urls
[factor.git] / extra / rosetta-code / standard-deviation / standard-deviation.factor
index 12feca3bee6ebc15837121b090b73926538bb9a1..50fcd0e1e4fcc5e72dbfdf31560f1b38d6062948 100644 (file)
@@ -1,10 +1,10 @@
 ! Copyright (c) 2012 Anonymous
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors io kernel math math.functions math.parser
 sequences ;
 IN: rosetta-code.standard-deviation
 
-! http://rosettacode.org/wiki/Standard_deviation
+! https://rosettacode.org/wiki/Standard_deviation
 
 ! Write a stateful function, class, generator or coroutine that
 ! takes a series of floating point numbers, one at a time, and