]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/help/help.factor
webapps.help: actually, lets use <base>
[factor.git] / extra / webapps / help / help.factor
index 38f10b8d7ea3e887c60bee13598c7cccd0801bca..1bcff3687aa625a416f60d683dbb795985bdadd1 100644 (file)
@@ -10,7 +10,7 @@ IN: webapps.help
 TUPLE: help-webapp < dispatcher ;
 
 : links ( seq -- seq' )
-    [ swap "content/" prepend <simple-link> ] { } assoc>map ;
+    [ swap <simple-link> ] { } assoc>map ;
 
 :: <search-action> ( help-dir -- action )
     <page-action>