aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index a4eee999f..05d81f264 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -357,7 +357,7 @@ intersphinx_mapping = {
# Sphinx.Ext.ExtLinks
# ==============================================================================
extlinks = {
- 'ghdlsharp': ('https://github.com/tgingold/ghdl/issues/%s', '#'),
+ 'ghdlsharp': ('https://github.com/tgingold/ghdl/issues/%s', '#'),
'ghdlissue': ('https://github.com/tgingold/ghdl/issues/%s', 'issue #'),
'ghdlpull': ('https://github.com/tgingold/ghdl/pull/%s', 'pull request #'),
'ghdlsrc': ('https://github.com/tgingold/ghdl/blob/master/src/%s', None),