]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/html/html.factor
Add vocab: for vocab-relative paths
[factor.git] / basis / help / html / html.factor
index cccf320e4437ac3b787865c7eeefcb44ecd647c0..f8d06064f0e37af31caeeb64c126e8e4260abe1e 100644 (file)
@@ -54,7 +54,7 @@ M: f topic>filename* drop \ f topic>filename* ;
 M: topic url-of topic>filename ;
 
 : help-stylesheet ( -- string )
-    "resource:basis/help/html/stylesheet.css" ascii file-contents
+    "vocab:help/html/stylesheet.css" ascii file-contents
     [XML <style><-></style> XML] ;
 
 : help>html ( topic -- xml )