aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeng Weng Wong <mengwong@legalese.com>2022-02-26 02:19:11 +0800
committerGitHub <noreply@github.com>2022-02-25 19:19:11 +0100
commit78ef7e2dd69abbcb0071cefde3692af593958090 (patch)
tree37e65113d51e02038f0d2b764cf6b87aff18e1f3
parentd1643faceac804b1b96f61a7dcb1b61ef7c912f3 (diff)
IDoc link has bitrotted; replaced with web.archive.org cache. (#1454)
-rw-r--r--doc/intro.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/intro.rst b/doc/intro.rst
index fc1269f9..9b93cb93 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -25,7 +25,7 @@ in mind:
The easier it is to write documentation, the more likely the
programmer is to do it. Haddock therefore uses lightweight markup in
its annotations, taking several ideas from
- `IDoc <http://www.cse.unsw.edu.au/~chak/haskell/idoc/>`__. In fact,
+ `IDoc <https://web.archive.org/web/20180621053227/http://www.cse.unsw.edu.au/~chak/haskell/idoc/>`__. In fact,
Haddock can understand IDoc-annotated source code.
- The documentation should not expose any of the structure of the
@@ -150,11 +150,11 @@ Acknowledgements
Several documentation systems provided the inspiration for Haddock, most
notably:
-- `IDoc <http://www.cse.unsw.edu.au/~chak/haskell/idoc/>`__
+- `IDoc <https://web.archive.org/web/20180621053227/http://www.cse.unsw.edu.au/~chak/haskell/idoc/>`__
-- `HDoc <http://www.fmi.uni-passau.de/~groessli/hdoc/>`__
+- `HDoc <https://mail.haskell.org/pipermail/haskelldoc/2001-April/000067.html>`__
-- `Doxygen <http://www.stack.nl/~dimitri/doxygen/>`__
+- `Doxygen <https://www.doxygen.nl/index.html>`__
and probably several others I've forgotten.