summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/src/GHC/Integer.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/integer-gmp/src/GHC/Integer.hs')
-rw-r--r--libraries/integer-gmp/src/GHC/Integer.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/integer-gmp/src/GHC/Integer.hs b/libraries/integer-gmp/src/GHC/Integer.hs
index 00c26b0a7b..6a0d16d553 100644
--- a/libraries/integer-gmp/src/GHC/Integer.hs
+++ b/libraries/integer-gmp/src/GHC/Integer.hs
@@ -53,7 +53,7 @@ module GHC.Integer (
--
-- | These operations return @0#@ and @1#@ instead of 'False' and
-- 'True' respectively. See
- -- <https://ghc.haskell.org/trac/ghc/wiki/PrimBool PrimBool wiki-page>
+ -- <https://gitlab.haskell.org/ghc/ghc/wikis/prim-bool PrimBool wiki-page>
-- for more details
eqInteger#, neqInteger#, leInteger#, gtInteger#, ltInteger#, geInteger#,