summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Coerce.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/Data/Coerce.hs')
-rw-r--r--libraries/base/Data/Coerce.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Data/Coerce.hs b/libraries/base/Data/Coerce.hs
index bb98393210..9bd7f9a41a 100644
--- a/libraries/base/Data/Coerce.hs
+++ b/libraries/base/Data/Coerce.hs
@@ -14,7 +14,7 @@
-- Safe coercions between data types.
--
-- More in-depth information can be found on the
--- <https://ghc.haskell.org/trac/ghc/wiki/Roles Roles wiki page>
+-- <https://gitlab.haskell.org/ghc/ghc/wikis/roles Roles wiki page>
--
-- @since 4.7.0.0
-----------------------------------------------------------------------------