commit 111dc05955dda04323365e7c17cbfc09861e2a23
parent ef7651c2121bd3b9c5d6e5186542e55b767dc755
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Sat, 28 Nov 1998 13:18:54 +0000
.
original commit: 7d6d6b9155d16d53f6d487b68dd65cc558d3ce2f
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/collects/help/help.ss b/collects/help/help.ss
@@ -2,11 +2,8 @@
#|
TODO:
* demonstrate setup-plt launcher
-
* manuals as `doc' sub-collections?
* doc.txt in sub-collections?
-
- * document help system
|#
@@ -19,7 +16,7 @@
(require-library "url.ss" "net")
(define startup-url
- (string-append "file:" (build-path (collection-path "doc") "index.htm")))
+ (string-append "file:" (build-path (collection-path "help") "index.htm")))
(invoke-unit/sig
(require-relative-library "helpr.ss")