Update documentation redirects

In order to ensure that the deploy guide and
other doc references point to the right places
we update the URL's accordingly.

Conflicts:
>------doc/source/conf.py

Change-Id: I8360c47d108ac673ed744c659ba9d34a3ef4c33e
Closes-Bug: #1711108
(cherry picked from commit ae96fb100c)
This commit is contained in:
Jesse Pretorius 2017-08-29 18:14:23 +01:00
parent 2b1bc00b3f
commit 9cb4ecc8a9
1 changed files with 2 additions and 2 deletions

View File

@ -340,8 +340,8 @@ if watermark == "":
dev_branch_link_name = ""
deploy_guide_prefix = "http://docs.openstack.org/project-deploy-guide/openstack-ansible/{}/%s".format(deploy_branch_link_name)
dev_docs_prefix = "http://docs.openstack.org/developer/openstack-ansible/developer-docs/{}%s".format(dev_branch_link_name)
role_docs_prefix = "http://docs.openstack.org/developer/openstack-ansible-%s/{}".format(dev_branch_link_name)
dev_docs_prefix = "http://docs.openstack.org/openstack-ansible/{}%s".format(dev_branch_link_name)
role_docs_prefix = "http://docs.openstack.org/openstack-ansible-%s/{}".format(dev_branch_link_name)
extlinks = {'deploy_guide': (deploy_guide_prefix, ''),
'dev_docs': (dev_docs_prefix, ''),