]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/haversine-formula/haversine-formula.factor
Switch to https urls
[factor.git] / extra / rosetta-code / haversine-formula / haversine-formula.factor
index 38f37723de38f1ac1e8803900a8e1022b72d86cc..f0de9a9e26a0a5e16fbc82f0ead8f7221e0e3219 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: arrays kernel math math.functions math.trig
 math.vectors sequences ;
 IN: rosetta-code.haversine-formula
 
-! http://rosettacode.org/wiki/Haversine_formula
+! https://rosettacode.org/wiki/Haversine_formula
 
 ! The haversine formula is an equation important in navigation,
 ! giving great-circle distances between two points on a sphere