]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/smalltalk/parser/parser.factor
Switch to https urls
[factor.git] / extra / smalltalk / parser / parser.factor
index ccf236182880d2bf7ef5443abc3fe04219beab23..7815aebfa3803b23d381b38bc00ab12f7d48ea6a 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs byte-arrays kernel math
 math.parser multiline peg.ebnf sequences sequences.deep
 smalltalk.ast strings ;
@@ -7,7 +7,7 @@ IN: smalltalk.parser
 
 ! :mode=text:noTabs=true:
 
-! Based on http://chronos-st.blogspot.com/2007/12/smalltalk-in-one-page.html
+! Based on https://chronos-st.blogspot.com/2007/12/smalltalk-in-one-page.html
 
 ERROR: bad-number str ;