]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml/entities/html/html.factor
Add vocab: for vocab-relative paths
[factor.git] / basis / xml / entities / html / html.factor
index f1e52319f198ff88d5cf599813ebea661fd50f34..04c0b66063f311d8745b3f0b18823d178817c06d 100644 (file)
@@ -11,7 +11,7 @@ VALUE: html-entities
 
 : get-html ( -- table )
     { "lat1" "special" "symbol" } [
-        "resource:basis/xml/entities/html/xhtml-"
+        "vocab:xml/entities/html/xhtml-"
         swap ".ent" 3append read-entities-file
     ] map first3 assoc-union assoc-union ;