user_guide: update external links patch to final upstream

https://gitlab.haskell.org/ghc/ghc/-/issues/22690
This commit is contained in:
Jens Petersen 2023-09-11 13:28:30 +08:00
parent 7b4a7ac6f8
commit 029e0a3682
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ index dcc7fbaef62..c9888a13adc 100644
extlinks = {
- 'ghc-ticket': ('https://gitlab.haskell.org/ghc/ghc/issues/%s', '#'),
- 'ghc-wiki': ('https://gitlab.haskell.org/ghc/ghc/wikis/%s', '#'),
+ 'ghc-ticket': ('https://gitlab.haskell.org/ghc/ghc/issues/%s', '%s'),
+ 'ghc-wiki': ('https://gitlab.haskell.org/ghc/ghc/wikis/%s', '#%s'),
+ 'ghc-ticket': ('https://gitlab.haskell.org/ghc/ghc/issues/%s', '#%s'),
+ 'ghc-wiki': ('https://gitlab.haskell.org/ghc/ghc/wikis/%s', '%s'),
}
libs_base_uri = '../libraries'