]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/bulls-and-cows/bulls-and-cows.factor
Switch to https urls
[factor.git] / extra / rosetta-code / bulls-and-cows / bulls-and-cows.factor
index 04b3e10caa07b79ee3cd7a5288534747760613e4..ad16f3af76c5b03b46636b29800c2a2a6f2a35ac 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 ascii assocs combinators io kernel math
 math.parser random ranges sequences ;
 IN: rosetta-code.bulls-and-cows
 
-! http://rosettacode.org/wiki/Bulls_and_cows
+! https://rosettacode.org/wiki/Bulls_and_cows
 
 ! This is an old game played with pencil and paper that was
 ! later implemented on computer.