[commit: ghc] master: Fix broken link of GHC.RTS.Flags (563148c)

git at git.haskell.org git at git.haskell.org
Mon Feb 6 02:25:21 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/563148cdf6e6560ccf842aa4e2bd6262ea463d66/ghc

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

commit 563148cdf6e6560ccf842aa4e2bd6262ea463d66
Author: Takenobu Tani <takenobu.hs at gmail.com>
Date:   Sun Feb 5 20:29:37 2017 -0500

    Fix broken link of GHC.RTS.Flags
    
    There ware broken link to GHC User's Guide.
    
    * libraries/base/GHC/RTS/Flags.hsc
     - runtime-control.html -> runtime_control.html
    
    Reviewers: bgamari, austin, hvr
    
    Reviewed By: bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D3084


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

563148cdf6e6560ccf842aa4e2bd6262ea463d66
 libraries/base/GHC/RTS/Flags.hsc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/GHC/RTS/Flags.hsc b/libraries/base/GHC/RTS/Flags.hsc
index 5eba486..46534fe 100644
--- a/libraries/base/GHC/RTS/Flags.hsc
+++ b/libraries/base/GHC/RTS/Flags.hsc
@@ -3,7 +3,7 @@
 
 -- | Accessors to GHC RTS flags.
 -- Descriptions of flags can be seen in
--- <https://www.haskell.org/ghc/docs/latest/html/users_guide/runtime-control.html GHC User's Guide>,
+-- <https://www.haskell.org/ghc/docs/latest/html/users_guide/runtime_control.html GHC User's Guide>,
 -- or by running RTS help message using @+RTS --help at .
 --
 -- @since 4.8.0.0



More information about the ghc-commits mailing list