]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/pythagorean-triples/pythagorean-triples.factor
Switch to https urls
[factor.git] / extra / rosetta-code / pythagorean-triples / pythagorean-triples.factor
index cfb2cdeb1936e0b19b8f68853792e17f6dd7584f..e7789c532f29fef30c350fb01c10f84dcd3aa04e 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 arrays formatting kernel literals math
 math.functions math.matrices ranges sequences ;
 IN: rosetta-code.pythagorean-triples
 
-! http://rosettacode.org/wiki/Pythagorean_triples
+! https://rosettacode.org/wiki/Pythagorean_triples
 
 ! A Pythagorean triple is defined as three positive integers
 ! (a,b,c) where a < b < c, and a2 + b2 = c2. They are called