Hi

On Mar 21, 2005, at 10:24, Artur Kornilowicz wrote:


Hi,

I think there are some problems with links in on-line fpc documentation. For
example look at


http://www.freepascal.org/docs-html/user/userse38.html#x55-1330008.2

and link to "Programmers guide" at the bottom of the page or

http://www.freepascal.org/docs-html/user/userse39.html#x56-1340008.3

and link to "FPDoc reference guide" at the bottom of the page.

Greetings
Artur K



The problem in both cases is that href attribute has URL with protocol file.
Example:
http://www.freepascal.org/docs-html/user/userse38.html#x55-1330008.2
has:
<a href="file:../prog/prog.html" >Programmers guide</a>
instead of:
<a href="../prog/prog.html" >Programmers guide</a>

Jan Ruzicka


_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to