commit 08383d192620dfb6e1e19c5883a469c85574290b
parent db9d12594933ce3b84c4d8239b4ffc6001ac570c
Author: Eli Barzilay <eli@barzilay.org>
Date: Thu, 17 Jun 2010 09:48:55 -0400
Updated commented url to docs.
original commit: b0d7c9d9c11f0da23ba726351191ba78a006823e
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collects/help/search.rkt b/collects/help/search.rkt
@@ -21,7 +21,7 @@
;; running a browser on local files (like NEU). If you use this, then
;; it is a good idea to put the documentation tree somewhere local, to
;; have better interaction times and not overload the PLT server.
-;; (define doc-url "http://download.racket-lang.org/doc/4.1/html/")
+;; (define doc-url "http://download.racket-lang.org/docs/5.0/html/")
;; (define (send-main-page #:sub [sub "index.html"]
;; #:fragment [fragment #f] #:query [query #f])
;; (define (part pfx x) (if x (list pfx x) '()))