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:
parent
58b662ab77
commit
17acde5a1f
|
@ -1378,7 +1378,7 @@
|
||||||
;; Redirected to search:
|
;; Redirected to search:
|
||||||
(url->string*
|
(url->string*
|
||||||
(let ([u (string->url (or external-tag-path
|
(let ([u (string->url (or external-tag-path
|
||||||
"http://doc.racket-lang.com/"))])
|
(get-doc-search-url)))])
|
||||||
(struct-copy
|
(struct-copy
|
||||||
url
|
url
|
||||||
u
|
u
|
||||||
|
|
Loading…
Reference in New Issue
Block a user