diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2017-12-20 14:56:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-20 14:56:33 +0100 |
commit | 31d547c38f1f77ac897f7278c264be601846aec9 (patch) | |
tree | 57f31064577a6b72abc5f37391ab43dc6d106258 /doc/conf.py | |
parent | 1d61cbbd8743bdae358abf5b43c4a2456e13fc4c (diff) | |
parent | a176a33f0603ef75737f9cea4f272f143cc883cc (diff) | |
download | ghdl-31d547c38f1f77ac897f7278c264be601846aec9.tar.gz ghdl-31d547c38f1f77ac897f7278c264be601846aec9.tar.bz2 ghdl-31d547c38f1f77ac897f7278c264be601846aec9.zip |
Merge pull request #503 from 1138-4EB/update-refs-to-org
update tgingold/ghdl refs to ghdl/ghdl
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 8 |
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) } |