diff options
Diffstat (limited to 'includes/stg/MiscClosures.h')
-rw-r--r-- | includes/stg/MiscClosures.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h index 0fc904e770..4cec0b961c 100644 --- a/includes/stg/MiscClosures.h +++ b/includes/stg/MiscClosures.h @@ -8,12 +8,12 @@ * our Cmm code generator doesn't know how to generate local symbols * for the RTS bits (it assumes all RTS symbols are external). * - * See wiki:Commentary/Compiler/Backends/PprC#Prototypes + * See wiki:commentary/compiler/backends/ppr-c#prototypes * * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/source-tree/includes * * --------------------------------------------------------------------------*/ @@ -487,7 +487,7 @@ RTS_FUN_DECL(stg_setThreadAllocationCounterzh); /* Other misc stuff */ -// See wiki:Commentary/Compiler/Backends/PprC#Prototypes +// See wiki:commentary/compiler/backends/ppr-c#prototypes #if IN_STG_CODE && !IN_STGCRUN |