From 89a201e88a9313ecff4f5659c38e40136cfc0b76 Mon Sep 17 00:00:00 2001 From: Takenobu Tani Date: Mon, 18 Mar 2019 22:07:06 +0900 Subject: users-guide: Update Wiki URLs to point to GitLab The user's guide uses the `ghc-wiki` macro, and substitution rules are complicated. So I manually edited `.rst` files without sed. I changed `Commentary/Latedmd` only to a different page. It is more appropriate as an example. [ci skip] --- docs/users_guide/editing-guide.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/users_guide/editing-guide.rst') diff --git a/docs/users_guide/editing-guide.rst b/docs/users_guide/editing-guide.rst index fcff03b6fe..dbe09eeab8 100644 --- a/docs/users_guide/editing-guide.rst +++ b/docs/users_guide/editing-guide.rst @@ -188,9 +188,9 @@ Wiki articles and tickets, .. code-block:: rest - See :ghc-wiki:`Commentary/Latedmd` for details on demand analysis. + See :ghc-wiki:`commentary/compiler/demand` for details on demand analysis. - See the :ghc-wiki:`coding style ` for guidelines. + See the :ghc-wiki:`coding style ` for guidelines. See the :ghc-ticket:`123` for further discussion. @@ -204,11 +204,11 @@ External links can be written in either of these ways, .. code-block:: rest - See the `GHC Wiki `_ for details. + See the `GHC Wiki `_ for details. See the `GHC Wiki`_ for details. - .. _GHC Wiki: http://ghc.haskell.org/wiki + .. _GHC Wiki: https://gitlab.haskell.org/ghc/ghc/wikis To core library Haddock documentation -- cgit v1.2.1