bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 17acde5a1f2780ebe759655984574f3b9bd5db7d
parent 58b662ab7715ed2620ab1f7318b80dedb12ff947
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Thu, 25 Feb 2016 08:49:22 -0700

fix default external-URL redirection

Use an installation's current configuration and get a corrected
default by using `setup/dirs`.

Diffstat:
Mscribble-lib/scribble/html-render.rkt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scribble-lib/scribble/html-render.rkt b/scribble-lib/scribble/html-render.rkt @@ -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