commit 47ec3f28acb91e5a81c08cff51ac7bf97d09b178
parent 6eed8126726d2c7c9411852e12269828584476d3
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Mon, 22 Feb 1999 00:18:30 +0000
.
original commit: 2eab2f043c1b9896753e6c8a2ee58a1dc376d25d
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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")