]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/active-object/active-object.factor
Switch to https urls
[factor.git] / extra / rosetta-code / active-object / active-object.factor
index f59aa1591e236fbb0ee57e4e4285f979c8b91928..3895411e156f6cf9e33220af4b86d117302be44b 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 calendar kernel math math.constants
 math.functions prettyprint system threads timers ;
 IN: rosetta-code.active-object
 
-! http://rosettacode.org/wiki/Active_object
+! https://rosettacode.org/wiki/Active_object
 
 ! In object-oriented programming an object is active when its
 ! state depends on clock. Usually an active object encapsulates a