File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
29
29
# extlinks -- see http://www.sphinx-doc.org/en/stable/ext/extlinks.html
30
30
extlinks = {
31
- 'issue' : ('https://github.com/haskell/cabal/issues/%s' , '# ' ),
31
+ 'issue' : ('https://github.com/haskell/cabal/issues/%s' , 'issue #%s ' ),
32
32
33
- 'ghc-wiki' : ('https://gitlab.haskell.org/ghc/ghc/-/wikis/%s' , '' ),
34
- 'ghc-ticket' : ('https://gitlab.haskell.org/ghc/ghc/-/issues/%s' , 'GHC # ' ),
33
+ 'ghc-wiki' : ('https://gitlab.haskell.org/ghc/ghc/-/wikis/%s' , '%s ' ),
34
+ 'ghc-ticket' : ('https://gitlab.haskell.org/ghc/ghc/-/issues/%s' , 'GHC issue #%s ' ),
35
35
36
- 'hackage-pkg' : ('http://hackage.haskell.org/package/%s' , '' ),
36
+ 'hackage-pkg' : ('http://hackage.haskell.org/package/%s' , '%s ' ),
37
37
}
38
38
39
39
# General information about the project.
You can’t perform that action at this time.
0 commit comments