A lot of "plt-scheme.org" -> "racket-lang.org"s.

original commit: a46743211b75cfc1fc8aa66f8bc9934fcdc2be38
This commit is contained in:
Eli Barzilay 2010-05-17 00:53:12 -04:00
parent 0a314e33d3
commit 7b251904a4
2 changed files with 3 additions and 3 deletions

View File

@ -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) '()))

View File

@ -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.}
]