]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/html/entities/entities.factor
Switch to https urls
[factor.git] / extra / html / entities / entities.factor
index 34cfe30c5703acc23c6857cb3c35814023f26e5c..c4fa248243b7261316e2e2cbd854ff8a6c02ddcc 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2014 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 
 USING: assocs combinators.short-circuit kernel make math
 math.order math.parser ranges regexp sequences splitting
@@ -33,7 +33,7 @@ PRIVATE>
 
 <PRIVATE
 
-! see http://www.w3.org/TR/html5/syntax.html#tokenizing-character-references
+! see https://www.w3.org/TR/html5/syntax.html#tokenizing-character-references
 
 CONSTANT: invalid-charrefs H{
     { 0x00 "\u00fffd" }  ! REPLACEMENT CHARACTER
@@ -95,7 +95,7 @@ CONSTANT: invalid-codepoints {
     0x10fffe 0x10ffff
 }
 
-! see http://www.w3.org/TR/html5/syntax.html#named-character-references
+! see https://www.w3.org/TR/html5/syntax.html#named-character-references
 
 CONSTANT: html5 H{
     { "Aacute" "\xc1" }