summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Collins <nathan.collins@gmail.com>2018-06-14 15:00:22 -0700
committerBen Gamari <ben@smart-cactus.org>2018-06-14 18:06:43 -0400
commit3a18a82feedef756c9c2fc92dc902823b425f093 (patch)
treeabed89e1f6eea1897d10a53cc78e010c5b97c548
parentf9b925a059eb1a170a3db4f5ffceae00dc9b12d6 (diff)
downloadhaskell-3a18a82feedef756c9c2fc92dc902823b425f093.tar.gz
Fix broken link
See https://ghc.haskell.org/trac/ghc/ticket/12578.
-rw-r--r--docs/users_guide/glasgow_exts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 6d7cb1d09a..9212eedeb9 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`)