fix default external-URL redirection

Use an installation's current configuration and get a corrected
default by using `setup/dirs`.
This commit is contained in:
Matthew Flatt 2016-02-25 08:49:22 -07:00
parent 58b662ab77
commit 17acde5a1f

View File

@ -1378,7 +1378,7 @@
;; Redirected to search:
(url->string*
(let ([u (string->url (or external-tag-path
"http://doc.racket-lang.com/"))])
(get-doc-search-url)))])
(struct-copy
url
u