]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/debugger/debugger.factor
Switch to https urls
[factor.git] / basis / debugger / debugger.factor
index cfeeac6c0a861f6e717f830fa38b84e9830776ed..31abdc221e30bf636486812aca3c20a543acf87a 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2004, 2011 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors alien alien.strings arrays assocs classes
 classes.builtin classes.tuple classes.tuple.parser combinators
 combinators.short-circuit compiler.errors compiler.units
@@ -119,7 +119,7 @@ HOOK: signal-error. os ( obj -- )
     third symbol>string
     [ "Symbol: " write print ]
     [ "DlError: " write find-ffi-error print ] bi
-    "See http://concatenative.org/wiki/view/Factor/Requirements" print ;
+    "See https://concatenative.org/wiki/view/Factor/Requirements" print ;
 
 : stack-underflow. ( obj name -- )
     write " stack underflow" print drop ;