[Haskell-cafe] Links in Haskell code in HaskellWiki
Henk-Jan van Tuyl
hjgtuyl at chello.nl
Mon Feb 26 15:23:39 EST 2007
L.S.,
Links in the Haskell code in the wiki pages point to wrong labels; for
example, if 'print' is used, it is linked to:
http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html#v:print
the colon should be "%3A":
http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html#v%3Aprint
For '==', the link is:
http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html#v:==
it should be:
http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html#v%3A%3D%3D
(see for example http://haskell.org/haskellwiki/OOP_vs_type_classes )
Can someone correct this?
--
Met vriendelijke groet,
Henk-Jan van Tuyl
--
http://Van.Tuyl.eu/
--
Using Opera's revolutionary e-mail client:
https://secure.bmtmicro.com/opera/buy-opera.html?AID=789433
More information about the Haskell-Cafe
mailing list