From 47ec3f28acb91e5a81c08cff51ac7bf97d09b178 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 22 Feb 1999 00:18:30 +0000 Subject: [PATCH] . original commit: 2eab2f043c1b9896753e6c8a2ee58a1dc376d25d --- collects/help/help.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")