[commit: ghc] master: Fix broken link (3a18a82)
git at git.haskell.org
git at git.haskell.org
Thu Jun 14 22:58:05 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3a18a82feedef756c9c2fc92dc902823b425f093/ghc
>---------------------------------------------------------------
commit 3a18a82feedef756c9c2fc92dc902823b425f093
Author: Nathan Collins <nathan.collins at gmail.com>
Date: Thu Jun 14 15:00:22 2018 -0700
Fix broken link
See https://ghc.haskell.org/trac/ghc/ticket/12578.
>---------------------------------------------------------------
3a18a82feedef756c9c2fc92dc902823b425f093
docs/users_guide/glasgow_exts.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 6d7cb1d..9212eed 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -12298,7 +12298,7 @@ page on the GHC Wiki has a wealth of information. You may also consult the
:th-ref:`Haddock reference documentation <Language.Haskell.TH.>`.
Many changes to the original
design are described in `Notes on Template Haskell version
-2 <http://research.microsoft.com/~simonpj/papers/meta-haskell/notes2.ps>`__.
+2 <https://www.haskell.org/ghc/docs/papers/th2.ps>`__.
Not all of these changes are in GHC, however.
The first example from that paper is set out below (:ref:`th-example`)
More information about the ghc-commits
mailing list