Joel VanderWerf wrote: > Sam Roberts wrote: > >> Ack, forget this. >> >> I found the docs. link:// is needed to make it realize its a hyperlink >> to a local file. I found that this works, sort of: link:files/doc/my_file_txt.html if I have a file named doc/my_file.txt (relative to the dir I run rdoc in). The -o dir is 'doc/api/'. The problem is that the link is displayed in my browser as my_file_txt.html but I'd really prefer doc/my_file.txt I tried using the label[link:...] construct to control this, but that just confused my browser. If I use the label[file:...] construct, relative file paths never seem to work, no matter where I start them from. Actually, my_file[file:my_file_txt.html] works in mozilla but not in konqueror. Go figure...