diff options
Diffstat (limited to 'docs/users_guide/ghc_config.py.in')
-rw-r--r-- | docs/users_guide/ghc_config.py.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/ghc_config.py.in b/docs/users_guide/ghc_config.py.in index 4ff77adc9d..dee8039a5a 100644 --- a/docs/users_guide/ghc_config.py.in +++ b/docs/users_guide/ghc_config.py.in @@ -1,6 +1,6 @@ extlinks = { - 'ghc-ticket': ('https://ghc.haskell.org/trac/ghc/ticket/%s', 'Trac #'), - 'ghc-wiki': ('https://ghc.haskell.org/trac/ghc/wiki/%s', 'Trac #'), + 'ghc-ticket': ('https://gitlab.haskell.org/ghc/ghc/issues/%s', '#'), + 'ghc-wiki': ('https://ghc.haskell.org/trac/ghc/wiki/%s', '#'), } libs_base_uri = '../libraries' |