summaryrefslogtreecommitdiff
path: root/rts/win32/GetTime.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/win32/GetTime.c')
-rw-r--r--rts/win32/GetTime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/win32/GetTime.c b/rts/win32/GetTime.c
index 014a676e99..61a978e2aa 100644
--- a/rts/win32/GetTime.c
+++ b/rts/win32/GetTime.c
@@ -87,7 +87,7 @@ getMonotonicNSec()
// TODO: Remove this code path, it cannot be taken because
// `QueryPerformanceFrequency` cannot fail on Windows >= XP
// and GHC no longer supports Windows <= XP.
- // See https://ghc.haskell.org/trac/ghc/ticket/14233
+ // See https://gitlab.haskell.org/ghc/ghc/issues/14233
// NOTE: GetTickCount is a 32-bit millisecond value, so it wraps around
// every 49 days.