I have a webpage where I keep my PDF documents which are connected with other HTML pages and PDFs using hyperlinks.
All of my PDFs have command \hyperbaseurl{http://ziga-lausegger.netau.net/} at the top. This command should prepended base url to any other \href{} hyperlinks in documents. But I noticed that if:
\href{}command ends with.htmllike\href{foo.html}base url is prepended,\href{}command ends with.pdflike\href{foo.pdf}base url is NOT prepended.
What would be the source of my problems, and how to fix this. Is this a BUG with hyperref package?