From b25a6fb29ebcbf17b5c2ad8593f5f546e11e57a2 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Fri, 14 Jul 2017 09:44:22 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: Ia6253bbaeba032f681afdd7003e64eaf58e8ede9 --- README.rst | 2 +- doc/source/app-calico.rst | 2 +- doc/source/configure-network-services.rst | 6 +++--- setup.cfg | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 6f263422..cf27a27d 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ OpenStack-Ansible neutron Ansible role that installs and configures OpenStack neutron. Documentation for the project can be found at: - http://docs.openstack.org/developer/openstack-ansible-os_neutron/ + https://docs.openstack.org/openstack-ansible-os_neutron/latest/ The project home is at: http://launchpad.net/openstack-ansible diff --git a/doc/source/app-calico.rst b/doc/source/app-calico.rst index 011aa19f..67ede2f5 100644 --- a/doc/source/app-calico.rst +++ b/doc/source/app-calico.rst @@ -17,7 +17,7 @@ networking with OpenStack-Ansible (OSA). These steps include: For additional configuration about Project Calico and its architecture, please reference the `networking-calico`_ and `Project Calico`_ documentation. -.. _networking-calico: http://docs.openstack.org/developer/networking-calico/ +.. _networking-calico: https://docs.openstack.org/networking-calico/latest/ .. _Project Calico: http://docs.projectcalico.org/en/latest/index.html Prerequisites diff --git a/doc/source/configure-network-services.rst b/doc/source/configure-network-services.rst index f9783ffc..bb17bf4e 100644 --- a/doc/source/configure-network-services.rst +++ b/doc/source/configure-network-services.rst @@ -193,7 +193,7 @@ The VPNaaS default configuration options are changed through the `conf override`_ mechanism using the ``neutron_neutron_conf_overrides`` dict. -.. _conf override: http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-openstack.html +.. _conf override: https://docs.openstack.org/openstack-ansible/latest/admin/openstack-operations.html BGP Dynamic Routing service (optional) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -204,8 +204,8 @@ as routers. This is especially useful when coupled with the `subnet pools`_ feature, which enables neutron to be configured in such a way as to allow users to create self-service `segmented IPv6 subnets`_. -.. _BGP Dynamic Routing: http://docs.openstack.org/networking-guide/config-bgp-dynamic-routing.html -.. _subnet pools: http://docs.openstack.org/networking-guide/config-subnet-pools.html +.. _BGP Dynamic Routing: https://docs.openstack.org/networking-guide/config-bgp-dynamic-routing.html +.. _subnet pools: https://docs.openstack.org/networking-guide/config-subnet-pools.html .. _segmented IPv6 subnets: https://cloudbau.github.io/openstack/neutron/networking/2016/05/17/neutron-ipv6.html The following procedure describes how to modify the diff --git a/setup.cfg b/setup.cfg index 6403e351..40b39c1c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/openstack-ansible-os_neutron/ +home-page = https://docs.openstack.org/openstack-ansible-os_neutron/latest/ classifier = Intended Audience :: Developers Intended Audience :: System Administrators