]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/menu/menu.factor
Switch to https urls
[factor.git] / extra / rosetta-code / menu / menu.factor
index 03d198e5f77f06600e05c40395a7a09fe2c8d6dd..334f8bff2a0d48124fd81d8948626a0f402c44ec 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (c) 2012 Anonymous
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: formatting io kernel math math.parser sequences ;
 IN: rosetta-code.menu
 
-! http://rosettacode.org/wiki/Menu
+! https://rosettacode.org/wiki/Menu
 
 ! Given a list containing a number of strings of which one is to
 ! be selected and a prompt string, create a function that: