diff --git a/collects/help/search.rkt b/collects/help/search.rkt index b83c3c3d..4cfb6dd4 100644 --- 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 index 321e14a7..4a2a49b8 100644 --- 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.} ]