diff options
Diffstat (limited to 'rts/Capability.h')
-rw-r--r-- | rts/Capability.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Capability.h b/rts/Capability.h index 05a827c7b9..dc1c6c2073 100644 --- a/rts/Capability.h +++ b/rts/Capability.h @@ -5,7 +5,7 @@ * Capabilities * * For details on the high-level design, see - * http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Scheduler + * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/scheduler * * A Capability holds all the state an OS thread/task needs to run * Haskell code: its STG registers, a pointer to its TSO, a nursery |