[fpc-pascal] links in online documantation

Jan Ruzicka jan.ruzicka at comcast.net
Tue Mar 22 03:52:49 CET 2005


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





More information about the fpc-pascal mailing list