I generated my asdocs just fine today. I wanted to host them on a public site:
www.somethingoranother.com/asdocs.
I put the asdocs folder in a subfolder of my server. In other words, my documentroot was here:
/var/www/somethingoranother
and I put the asdocs here:
/var/www/somethingoranother/asdocs
This broke the asdocs, because they would try to link to "/files/README.html" instead of "asdocs/files/README.html".
There must be a way to either configure asdoc to generate its links with a base url, or to configure apache to route things correctly.
Any suggestions?