diff options
author | 2018-11-13 12:32:57 -0800 | |
---|---|---|
committer | 2018-11-13 12:32:57 -0800 | |
commit | 3337d3c95a45e23558db33d199e60164dd18247b (patch) | |
tree | 07996be75fddd1261449796ea262a84acbb53fae /docs/conf.py | |
parent | bbb4aaa54d3e61c47f30aa05e4ab5c00326a943f (diff) |
Remove links to non-active Gambia Projects
Removes links to Daisy, Parser, Orchestra, ONOSFW, and OVNO, and updates
the link to releng-xi to point at the correct stable branch.
Change-Id: I477d132fc8e2a45f45e84f83190e82c2afc168a3
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 59a49d42f..b3b9a8d8b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -316,7 +316,7 @@ intersphinx_mapping['pharos'] = ('https://opnfv-pharos.readthedocs.io/en/%s' % b intersphinx_mapping['promise'] = ('https://opnfv-promise.readthedocs.io/en/%s' % branch, None) intersphinx_mapping['qtip'] = ('https://opnfv-qtip.readthedocs.io/en/%s' % branch, None) intersphinx_mapping['releng'] = ('https://opnfv-releng.readthedocs.io/en/latest', None) -intersphinx_mapping['releng-xci'] = ('https://opnfv-releng-xci.readthedocs.io/en/%s' % branch, None) +intersphinx_mapping['releng-xci'] = ('https://opnfv-releng-xci.readthedocs.io/en/stable', None) intersphinx_mapping['samplevnf'] = ('https://opnfv-samplevnf.readthedocs.io/en/%s' % branch, None) intersphinx_mapping['sdnvpn'] = ('https://opnfv-sdnvpn.readthedocs.io/en/%s' % branch, None) intersphinx_mapping['sfc'] = ('https://opnfv-sfc.readthedocs.io/en/%s' % branch, None) |