summaryrefslogtreecommitdiff
path: root/docs/users_guide/safe_haskell.rst
diff options
context:
space:
mode:
authorTakenobu Tani <takenobu.hs@gmail.com>2019-03-18 22:07:06 +0900
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-03-19 23:22:36 -0400
commit89a201e88a9313ecff4f5659c38e40136cfc0b76 (patch)
treee5f8d8e9d53e5285564412619aed9f49d8a67ab7 /docs/users_guide/safe_haskell.rst
parent398f2cbc6af6fcb6135ba2d56c154869bea071a0 (diff)
downloadhaskell-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/safe_haskell.rst')
-rw-r--r--docs/users_guide/safe_haskell.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/safe_haskell.rst b/docs/users_guide/safe_haskell.rst
index 6772d6abf6..b734fe4743 100644
--- a/docs/users_guide/safe_haskell.rst
+++ b/docs/users_guide/safe_haskell.rst
@@ -810,7 +810,7 @@ taken:
There is a more detailed discussion of the issues involved in
compilation safety and some potential solutions on the
-:ghc-wiki:`GHC Wiki <SafeHaskell/SafeCompilation>`.
+:ghc-wiki:`GHC Wiki <safe-haskell/safe-compilation>`.
Additionally, the use of :ref:`annotations <annotation-pragmas>` is forbidden,
as that would allow bypassing Safe Haskell restrictions. See :ghc-ticket:`10826`