From 47e1a2dae9d77798ae5236e1bdc4207d18795e5b Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Fri, 14 Jul 2017 16:45:31 +0700 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: Ic6479dd025322860da93cbbde657abc38d176cff --- HACKING.rst | 2 +- README.rst | 2 +- TESTING.rst | 6 +++--- doc/source/specs/qos-driver.rst | 2 +- doc/source/specs/sfc-driver.rst | 2 +- setup.cfg | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index e08eb5422..608fd2b5c 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ Neutron Style Commandments ======================= - Step 1: Read the OpenStack Style Commandments - http://docs.openstack.org/developer/hacking/ + https://docs.openstack.org/hacking/latest/ - Step 2: Read on Neutron Specific Commandments diff --git a/README.rst b/README.rst index 464a7d6c2..f370c447f 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ Any new code submission or proposal must follow the development guidelines detailed in HACKING.rst and for further details this link can be checked: - http://docs.openstack.org/developer/networking-odl/ + https://docs.openstack.org/networking-odl/latest/ External Resources diff --git a/TESTING.rst b/TESTING.rst index f5b1d54e6..fa6b42c57 100644 --- a/TESTING.rst +++ b/TESTING.rst @@ -112,7 +112,7 @@ Set break points in your test code and run:: The package oslotest was used to enable debugging in the tests. For more information see the link: - http://docs.openstack.org/developer/oslotest/features.html + https://docs.openstack.org/oslotest/latest/user/features.html Running individual tests @@ -173,7 +173,7 @@ test. It requires pre-configured environment. But it's lighter than running devstack or openstack deployment. For definitions of functional tests, please refer to: - http://docs.openstack.org/developer/neutron/devref/development.environment.html#functional-tests + https://docs.openstack.org/neutron/latest/contributor/index.html The script is provided to setup the environment. At first make sure the latest version of pip command:: @@ -194,5 +194,5 @@ And then run functional test as follows:: For setting up devstack, please refer to neutron documentation: https://wiki.openstack.org/wiki/NeutronDevstack - http://docs.openstack.org/developer/neutron/index.html + https://docs.openstack.org/neutron/latest/contributor/index.html https://git.openstack.org/cgit/openstack/neutron/tree/TESTING.rst diff --git a/doc/source/specs/qos-driver.rst b/doc/source/specs/qos-driver.rst index d2faad16c..2ba756105 100644 --- a/doc/source/specs/qos-driver.rst +++ b/doc/source/specs/qos-driver.rst @@ -100,5 +100,5 @@ will be happy to have more contributor on board. References ========== -[1] http://docs.openstack.org/developer/neutron/devref/quality_of_service.html +[1] https://docs.openstack.org/neutron/latest/contributor/internals/quality_of_service.html [2] https://wiki.opendaylight.org/view/NeutronNorthbound:Main diff --git a/doc/source/specs/sfc-driver.rst b/doc/source/specs/sfc-driver.rst index 388b2c1fa..ded1e82d3 100644 --- a/doc/source/specs/sfc-driver.rst +++ b/doc/source/specs/sfc-driver.rst @@ -118,7 +118,7 @@ be happy to have more contributor on board. References ========== -[1] http://docs.openstack.org/developer/networking-sfc/ +[1] https://docs.openstack.org/networking-sfc/latest/ [2] https://github.com/openstack/networking-sfc/blob/master/doc/source/api.rst diff --git a/setup.cfg b/setup.cfg index 12a160ceb..e931bcbf2 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/networking-odl/ +home-page = https://docs.openstack.org/networking-odl/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology