summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBinderDavid <dbinder1989@googlemail.com>2020-07-09 12:49:17 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-07-22 20:17:35 -0400
commitf2f817e4c547657c25bb110199f6f0b6014f843b (patch)
tree87cfe0ec1f6345030b8ae04cab1e58ec82b1b33a
parent4c719460611e7af44a67041c1707cb206d724d58 (diff)
downloadhaskell-f2f817e4c547657c25bb110199f6f0b6014f843b.tar.gz
Replace broken links to old haskell-prime site by working links to gitlab instance.
[skip ci]
-rw-r--r--docs/users_guide/exts/monadfail_desugaring.rst2
-rw-r--r--docs/users_guide/using-warnings.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/exts/monadfail_desugaring.rst b/docs/users_guide/exts/monadfail_desugaring.rst
index ddc6cff6b4..1232bf3283 100644
--- a/docs/users_guide/exts/monadfail_desugaring.rst
+++ b/docs/users_guide/exts/monadfail_desugaring.rst
@@ -16,7 +16,7 @@ The ``-XMonadFailDesugaring`` extension switches the desugaring of
This extension is enabled by default since GHC 8.6.1, under the
`MonadFail Proposal (MFP)
-<https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail>`__.
+<https://gitlab.haskell.org/haskell/prime/-/wikis/libraries/proposals/monad-fail>`__.
This extension is temporary, and will be deprecated in a future release.
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst
index a83cc6837e..2e96232e5a 100644
--- a/docs/users_guide/using-warnings.rst
+++ b/docs/users_guide/using-warnings.rst
@@ -548,7 +548,7 @@ of ``-W(no-)*``.
Being part of the :ghc-flag:`-Wcompat` option group, this warning is off by
default, but will be switched on in a future GHC release, as part of
the `MonadFail Proposal (MFP)
- <https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail>`__.
+ <https://gitlab.haskell.org/haskell/prime/-/wikis/libraries/proposals/monad-fail>`__.
.. ghc-flag:: -Wsemigroup
:shortdesc: warn when a ``Monoid`` is not ``Semigroup``, and on non-