summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSiddhanathan Shanmugam <siddhanathan@gmail.com>2015-11-11 10:55:33 +0100
committerBen Gamari <ben@smart-cactus.org>2015-11-11 11:03:39 +0100
commit5eb56eddaaa7bef3da864f6cd297bad39d6bf76c (patch)
tree21b778bbb2c1540a9d906ca5ce09c2465f493b96 /docs
parent96621b1b4979f449e873513e9de8d806257c9493 (diff)
downloadhaskell-5eb56eddaaa7bef3da864f6cd297bad39d6bf76c.tar.gz
Fix link in documentation
Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: mpickering, thomie Differential Revision: https://phabricator.haskell.org/D1456
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 872eb64cd8..ec026947be 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -5668,10 +5668,8 @@ defaults to ``*`` if omitted. An example is
data family Array e
Named arguments can also be given explicit kind signatures if needed.
-Just as with
-[http://www.haskell.org/ghc/docs/latest/html/users\_guide/gadt.html GADT
-declarations] named arguments are entirely optional, so that we can
-declare ``Array`` alternatively with
+Just as with :ref:`GADT declarations <gadt>` named arguments are
+entirely optional, so that we can declare ``Array`` alternatively with
::