diff options
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/conf.py b/doc/conf.py index b47b2ba72..477864f8c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -249,11 +249,11 @@ coverage_show_missing_items = True # Sphinx.Ext.ExtLinks # ============================================================================== extlinks = { - 'wikipedia': ('https://en.wikipedia.org/wiki/%s', ''), - 'ghdlsharp': ('https://github.com/ghdl/ghdl/issues/%s', '#'), - 'ghdlissue': ('https://github.com/ghdl/ghdl/issues/%s', 'issue #'), - 'ghdlpull': ('https://github.com/ghdl/ghdl/pull/%s', 'pull request #'), - 'ghdlsrc': ('https://github.com/ghdl/ghdl/blob/master/src/%s', '') + 'wikipedia': ('https://en.wikipedia.org/wiki/%s', 'w:%s'), + 'ghdlsharp': ('https://github.com/ghdl/ghdl/issues/%s', '#%s'), + 'ghdlissue': ('https://github.com/ghdl/ghdl/issues/%s', 'issue #%s'), + 'ghdlpull': ('https://github.com/ghdl/ghdl/pull/%s', 'pull request #%s'), + 'ghdlsrc': ('https://github.com/ghdl/ghdl/blob/master/src/%s', '%s') } |