Inserting link to a file
I'd like to have a word in the Javadoc footer be a hyperlink that opens a HTML file. However, my problem is to with relative/absolute links. I can't make this an absolute link since I don't know where the user will unpackage the Javadoc files to. Neither can I make it relative, since the HTML file could be in the same or different directory to the file containing the hyperlink (since the Javadocs are in a hierarchy of directories). Anyone have any ideas?
Thanks,
Paul.

