summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
::