[commit: ghc] master: Fix link in documentation (5eb56ed)

git at git.haskell.org git at git.haskell.org
Wed Nov 11 11:02:22 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5eb56eddaaa7bef3da864f6cd297bad39d6bf76c/ghc

>---------------------------------------------------------------

commit 5eb56eddaaa7bef3da864f6cd297bad39d6bf76c
Author: Siddhanathan Shanmugam <siddhanathan at gmail.com>
Date:   Wed Nov 11 10:55:33 2015 +0100

    Fix link in documentation
    
    Reviewers: austin, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: mpickering, thomie
    
    Differential Revision: https://phabricator.haskell.org/D1456


>---------------------------------------------------------------

5eb56eddaaa7bef3da864f6cd297bad39d6bf76c
 docs/users_guide/glasgow_exts.rst | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 872eb64..ec02694 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
 
 ::
 



More information about the ghc-commits mailing list