<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I tried sending this before, but apparently from the wrong e-mail address so it went to the moderator. &nbsp;Let's try again.<div><br></div><div>I'm documenting a teachpack that includes almost-identical copies of image.ss and universe.ss, and rather than repeat or include all their documentation I thought it would make more sense to just hot-link to it. &nbsp;As I read the docs,<br><br>@secref[#:doc something]<br><br>should do the trick. &nbsp;My first few attempts being unsuccessful, I looked through the bundle for examples. &nbsp;I found<br><br>@secref[#:doc '(lib "scribblings/setup-plt/setup-plt.scrbl") "setup-info"]<br><br>copied this into my own scribble file, built and installed a PLaneT package, and it worked.<br><br>Since I wanted to refer to the whole file rather than one specific tag in it, I replaced "setup-info" with "top",<br>built and installed the PLaneT package, and it worked. &nbsp;I concluded that what goes in the quotation marks is a path from .../collects to a .scrbl file. &nbsp;But when I replaced that path with "teachpack/htdp/scribblings/image.scrbl", setup-plt said<br><br>WARNING: undefined tag<br><br>and the generated HTML page has some Scheme code in red talking about<br><br>(part ("(lib scribblings/image.scrbl)" "top"))<br><br>I thought maybe the target had to be in some particular blessed directory, so I copied "image.scrbl" into the same directory that "setup-plt.scrbl" had been in, and linked to it there. &nbsp;Same result; it's not about being descended from the "scribblings" directory.<br><br>A little help, please?<br><br><br>Stephen Bloch<br><a href="mailto:sbloch@adelphi.edu">sbloch@adelphi.edu</a><br><br><br></div></body></html>