commit 7b251904a410a2db0e0c20b14039082bf623ed3e
parent 0a314e33d33455714feff55f2d23ee8a84a3b133
Author: Eli Barzilay <eli@barzilay.org>
Date: Mon, 17 May 2010 00:53:12 -0400
A lot of "plt-scheme.org" -> "racket-lang.org"s.
original commit: a46743211b75cfc1fc8aa66f8bc9934fcdc2be38
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
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.plt-scheme.org/doc/4.1/html/")
+;; (define doc-url "http://download.racket-lang.org/doc/4.1/html/")
;; (define (send-main-page #:sub [sub "index.html"]
;; #:fragment [fragment #f] #:query [query #f])
;; (define (part pfx x) (if x (list pfx x) '()))
diff --git a/collects/scribblings/scribble/core.scrbl b/collects/scribblings/scribble/core.scrbl
@@ -332,8 +332,8 @@ The recognized @tech{style properties} are as follows:
string @tt{id} attribute of the @tt{body} tag; this style can
be set separately for parts that start different HTML pages,
otherwise it is effectively inherited by sub-parts; the
- default is @racket["scribble-plt-scheme.org"], but
- @exec{setup-plt} installs @racket["doc-plt-scheme.org"] as the
+ default is @racket["scribble-racket-lang.org"], but
+ @exec{setup-plt} installs @racket["doc-racket-lang.org"] as the
@tt{id} for any document that it builds.}
]