diff options
Diffstat (limited to 'libraries/ghc-heap/GHC')
-rw-r--r-- | libraries/ghc-heap/GHC/Exts/Heap/Closures.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-heap/GHC/Exts/Heap/Closures.hs b/libraries/ghc-heap/GHC/Exts/Heap/Closures.hs index 2465014e48..8c4ff256a9 100644 --- a/libraries/ghc-heap/GHC/Exts/Heap/Closures.hs +++ b/libraries/ghc-heap/GHC/Exts/Heap/Closures.hs @@ -111,7 +111,7 @@ type Closure = GenClosure Box -- fields are the payload. -- -- See --- <https://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/HeapObjects> +-- <https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/heap-objects> -- for more information. data GenClosure b = -- | A data constructor |