fix path URLS in scribble output

svn: r9258

original commit: 251491e17f3a24508ec3b66f4a6328fbf70b6eea
This commit is contained in:
Matthew Flatt 2008-04-11 17:19:43 +00:00
parent 57064d2885
commit ec179d4cbf

View File

@ -8,6 +8,7 @@
setup/main-doc
setup/main-collects
mzlib/list
net/url
(prefix-in xml: xml/xml)
(for-syntax scheme/base))
(provide render-mixin
@ -1018,7 +1019,7 @@
(define (from-root p d)
(if (not d)
p
(url->string (path->url p))
(let ([e-d (explode (path->complete-path d (current-directory)))]
[e-p (explode (path->complete-path p (current-directory)))])
(let loop ([e-d e-d]