diff --git a/collects/help/help.ss b/collects/help/help.ss index 0abf50e1..1c1b4eab 100644 --- a/collects/help/help.ss +++ b/collects/help/help.ss @@ -16,7 +16,7 @@ (require-library "url.ss" "net") (define startup-url - (string-append "file:" (build-path (collection-path "help") "index.htm"))) + (string-append "file:" (build-path (collection-path "helpdoc") "helpdesk.html"))) (invoke-unit/sig (require-relative-library "helpr.ss")