This repository was archived by the owner on Aug 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ in mind:
25
25
The easier it is to write documentation, the more likely the
26
26
programmer is to do it. Haddock therefore uses lightweight markup in
27
27
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,
29
29
Haddock can understand IDoc-annotated source code.
30
30
31
31
- The documentation should not expose any of the structure of the
@@ -149,11 +149,11 @@ Acknowledgements
149
149
Several documentation systems provided the inspiration for Haddock, most
150
150
notably:
151
151
152
- - `IDoc <http://www.cse.unsw.edu.au/~chak/haskell /idoc/ >`__
152
+ - `IDoc <http://freshmeat.sourceforge.net/projects /idoc/ >`__
153
153
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/ >`__
155
155
156
- - `Doxygen <http ://www.stack .nl/~dimitri/doxygen/ >`__
156
+ - `Doxygen <https ://www.doxygen .nl/index.html >`__
157
157
158
158
and probably several others I've forgotten.
159
159
You can’t perform that action at this time.
0 commit comments