Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit a40159d

Browse files
authored
Merge pull request #1333 from emiflake/update-idoc-deadlink
Fix 1261: replace dead links in docs
2 parents 56d460c + fbc1d23 commit a40159d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/intro.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ in mind:
2525
The easier it is to write documentation, the more likely the
2626
programmer is to do it. Haddock therefore uses lightweight markup in
2727
its annotations, taking several ideas from
28-
`IDoc <http://www.cse.unsw.edu.au/~chak/haskell/idoc/>`__. In fact,
28+
`IDoc <http://freshmeat.sourceforge.net/projects/idoc/>`__. In fact,
2929
Haddock can understand IDoc-annotated source code.
3030

3131
- The documentation should not expose any of the structure of the
@@ -149,11 +149,11 @@ Acknowledgements
149149
Several documentation systems provided the inspiration for Haddock, most
150150
notably:
151151

152-
- `IDoc <http://www.cse.unsw.edu.au/~chak/haskell/idoc/>`__
152+
- `IDoc <http://freshmeat.sourceforge.net/projects/idoc/>`__
153153

154-
- `HDoc <http://www.fmi.uni-passau.de/~groessli/hdoc/>`__
154+
- `HDoc <https://web.archive.org/web/20010603070527/http://www.fmi.uni-passau.de/~groessli/hdoc/>`__
155155

156-
- `Doxygen <http://www.stack.nl/~dimitri/doxygen/>`__
156+
- `Doxygen <https://www.doxygen.nl/index.html>`__
157157

158158
and probably several others I've forgotten.
159159

0 commit comments

Comments
 (0)