Skip to content

Commit

Permalink
fix scribble --redirect-main with indirect links
Browse files Browse the repository at this point in the history
  • Loading branch information
mflatt committed Feb 25, 2016
1 parent 17acde5 commit 4d62fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scribble-lib/scribble/html-render.rkt
Expand Up @@ -1346,7 +1346,7 @@
(if (or indirect-link? dest)
`((a ([href
,(cond
[(and ext-id external-root-url
[(and ext-id external-root-url dest
(let* ([ref-path (relative->path (dest-path dest))]
[rel (if (relative-path? ref-path)
#f
Expand Down

0 comments on commit 4d62fba

Please sign in to comment.