bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 47ec3f28acb91e5a81c08cff51ac7bf97d09b178
parent 6eed8126726d2c7c9411852e12269828584476d3
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Mon, 22 Feb 1999 00:18:30 +0000

.

original commit: 2eab2f043c1b9896753e6c8a2ee58a1dc376d25d

Diffstat:
Mcollects/help/help.ss | 2+-
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")