From 111dc05955dda04323365e7c17cbfc09861e2a23 Mon Sep 17 00:00:00 2001
From: Matthew Flatt <mflatt@racket-lang.org>
Date: Sat, 28 Nov 1998 13:18:54 +0000
Subject: [PATCH] .

original commit: 7d6d6b9155d16d53f6d487b68dd65cc558d3ce2f
---
 collects/help/help.ss | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/collects/help/help.ss b/collects/help/help.ss
index 71bf695e..60575022 100644
--- 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")