diff options
author | Takenobu Tani <takenobu.hs@gmail.com> | 2019-03-18 22:07:06 +0900 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-03-19 23:22:36 -0400 |
commit | 89a201e88a9313ecff4f5659c38e40136cfc0b76 (patch) | |
tree | e5f8d8e9d53e5285564412619aed9f49d8a67ab7 /docs/users_guide/editing-guide.rst | |
parent | 398f2cbc6af6fcb6135ba2d56c154869bea071a0 (diff) | |
download | haskell-89a201e88a9313ecff4f5659c38e40136cfc0b76.tar.gz |
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]
Diffstat (limited to 'docs/users_guide/editing-guide.rst')
-rw-r--r-- | docs/users_guide/editing-guide.rst | 8 |
1 files changed, 4 insertions, 4 deletions
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 <Commentary/CodingStyle>` for guidelines. + See the :ghc-wiki:`coding style <commentary/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 <http://ghc.haskell.org/wiki>`_ for details. + See the `GHC Wiki <https://gitlab.haskell.org/ghc/ghc/wikis>`_ 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 |