From 4c888b35486185e492f72e45346a817360853c15 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 18 Jun 2012 12:32:44 -0700 Subject: [PATCH] webapps.help: fixing location of generated html docs. --- extra/webapps/help/help.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/webapps/help/help.factor b/extra/webapps/help/help.factor index c347f550df..888766bb47 100644 --- a/extra/webapps/help/help.factor +++ b/extra/webapps/help/help.factor @@ -4,8 +4,8 @@ USING: accessors db.sqlite furnace.actions furnace.alloy furnace.redirection help.html help.topics html.components html.forms html.templates.chloe http.server http.server.dispatchers http.server.static io.directories -io.files kernel locals namespaces sequences unicode.categories -urls ; +io.files io.files.temp kernel locals namespaces sequences +unicode.categories urls ; IN: webapps.help TUPLE: help-webapp < dispatcher ; @@ -45,7 +45,7 @@ M: result link-href href>> ; "resource:basis/definitions/icons/" "icons" add-responder ; : run-help-webapp ( -- ) - "resource:temp/docs" + "docs" cache-file main-responder set-global 8080 httpd drop ; -- 2.34.1