I used xdoc for my Maven site, and in one XML file I have the following link:
<a href="upgrade-guide-4.1.doc">Upgrade Guide</a> When the site is generated locally the link is correct - it remains as above. However, when the site is deployed, the link becomes: <a href="#upgrade-guide-4.1.doc">Upgrade Guide</a> I have tried prepending the href with "./", but that didn't help. How can I put a relative path in the link which will not become an anchor? I could not find any info in the site docs. :( -- Daniel Siegmann FJA-US, Inc. 512 Seventh Ave., New York, NY 10018 (212) 840-2618 ext. 139 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
