aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2017-12-20 11:57:17 +0100
committer1138-4EB <1138-4EB@users.noreply.github.com>2017-12-20 14:44:21 +0100
commita176a33f0603ef75737f9cea4f272f143cc883cc (patch)
tree57f31064577a6b72abc5f37391ab43dc6d106258 /doc/conf.py
parent1d61cbbd8743bdae358abf5b43c4a2456e13fc4c (diff)
downloadghdl-a176a33f0603ef75737f9cea4f272f143cc883cc.tar.gz
ghdl-a176a33f0603ef75737f9cea4f272f143cc883cc.tar.bz2
ghdl-a176a33f0603ef75737f9cea4f272f143cc883cc.zip
update tgingold/ghdl refs to ghdl/ghdl
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 9c64a6ff6..0b43acca6 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -345,8 +345,8 @@ intersphinx_mapping = {
# ==============================================================================
extlinks = {
'wikipedia': ('https://en.wikipedia.org/wiki/%s', None),
- '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)
+ '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', None)
}