diff --git a/racket/collects/setup/dirs.rkt b/racket/collects/setup/dirs.rkt index 76e3f30c6f..3e88849467 100644 --- a/racket/collects/setup/dirs.rkt +++ b/racket/collects/setup/dirs.rkt @@ -83,7 +83,7 @@ (define (get-cgc-suffix) (force config:cgc-suffix)) (define (get-3m-suffix) (force config:3m-suffix)) (define (get-doc-search-url) (or (force config:doc-search-url) - "http://docs.racket-lang.org")) + "http://docs.racket-lang.org/local-redirect/index.html")) (define (get-installation-name) (or (force config:installation-name) (version))) (define (get-build-stamp) (force config:build-stamp))