setup/dirs: change default doc indirection to a useful URL

This commit is contained in:
Matthew Flatt 2014-03-16 08:31:07 -06:00
parent c429032d7e
commit 40f3bf1810

View File

@ -83,7 +83,7 @@
(define (get-cgc-suffix) (force config:cgc-suffix)) (define (get-cgc-suffix) (force config:cgc-suffix))
(define (get-3m-suffix) (force config:3m-suffix)) (define (get-3m-suffix) (force config:3m-suffix))
(define (get-doc-search-url) (or (force config:doc-search-url) (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) (define (get-installation-name) (or (force config:installation-name)
(version))) (version)))
(define (get-build-stamp) (force config:build-stamp)) (define (get-build-stamp) (force config:build-stamp))