Skip to content
Snippets Groups Projects
Unverified Commit a40159d2 authored by Hécate Moonlight's avatar Hécate Moonlight Committed by GitHub
Browse files

Merge pull request #1333 from emiflake/update-idoc-deadlink

Fix 1261: replace dead links in docs
parents 56d460c0 fbc1d233
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ in mind: ...@@ -25,7 +25,7 @@ in mind:
The easier it is to write documentation, the more likely the The easier it is to write documentation, the more likely the
programmer is to do it. Haddock therefore uses lightweight markup in programmer is to do it. Haddock therefore uses lightweight markup in
its annotations, taking several ideas from its annotations, taking several ideas from
`IDoc <http://www.cse.unsw.edu.au/~chak/haskell/idoc/>`__. In fact, `IDoc <http://freshmeat.sourceforge.net/projects/idoc/>`__. In fact,
Haddock can understand IDoc-annotated source code. Haddock can understand IDoc-annotated source code.
- The documentation should not expose any of the structure of the - The documentation should not expose any of the structure of the
...@@ -149,11 +149,11 @@ Acknowledgements ...@@ -149,11 +149,11 @@ Acknowledgements
Several documentation systems provided the inspiration for Haddock, most Several documentation systems provided the inspiration for Haddock, most
notably: notably:
- `IDoc <http://www.cse.unsw.edu.au/~chak/haskell/idoc/>`__ - `IDoc <http://freshmeat.sourceforge.net/projects/idoc/>`__
- `HDoc <http://www.fmi.uni-passau.de/~groessli/hdoc/>`__ - `HDoc <https://web.archive.org/web/20010603070527/http://www.fmi.uni-passau.de/~groessli/hdoc/>`__
- `Doxygen <http://www.stack.nl/~dimitri/doxygen/>`__ - `Doxygen <https://www.doxygen.nl/index.html>`__
and probably several others I've forgotten. and probably several others I've forgotten.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment