From 4b8e1b9a409adb9f74df3c7cf55331b887ec4da7 Mon Sep 17 00:00:00 2001 From: lingyongxu Date: Thu, 14 Sep 2017 16:18:26 +0800 Subject: [PATCH] Update the documentation link for doc migration This patch is proposed according to the Direction 10 of doc migration(https://etherpad.openstack.org/p/doc-migration-tracking). Change-Id: Id8328262529ca427aac0627322e630c4e929e581 --- CONSTITUTION.rst | 2 +- HACKING.rst | 2 +- doc/source/contributor/guides/dev-quick-start.rst | 2 +- specs/version0.5/amphora-driver-interface.rst | 4 ++-- specs/version0.5/nova-compute-driver.rst | 2 +- specs/version0.9/active-active-distributor.rst | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONSTITUTION.rst b/CONSTITUTION.rst index 302017b705..1ac03f3a60 100644 --- a/CONSTITUTION.rst +++ b/CONSTITUTION.rst @@ -45,7 +45,7 @@ failed. Octavia follows the best coding and design conventions ------------------------------------------------------ For the most part, Octavia tries to follow the coding standards set forth for -the OpenStack project in general: http://docs.openstack.org/developer/hacking/ +the OpenStack project in general: https://docs.openstack.org/hacking/latest More specific additional standards can be found in the HACKING.rst file in the same directory as this constitution. diff --git a/HACKING.rst b/HACKING.rst index 5142eeee54..7c71477d34 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -4,7 +4,7 @@ This project was ultimately spawned from work done on the Neutron project. As such, we tend to follow Neutron conventions regarding coding style. - We follow the OpenStack Style Commandments: - http://docs.openstack.org/developer/hacking/ + https://docs.openstack.org/hacking/latest Octavia Specific Commandments ----------------------------- diff --git a/doc/source/contributor/guides/dev-quick-start.rst b/doc/source/contributor/guides/dev-quick-start.rst index fed63fb636..3d8578762b 100644 --- a/doc/source/contributor/guides/dev-quick-start.rst +++ b/doc/source/contributor/guides/dev-quick-start.rst @@ -54,7 +54,7 @@ systems you're running your devstack on have virtualization features enabled (Intel VT-x, AMD-V, etc.), and the virtualization software you're using exposes these features to the guest VM (sometimes called nested virtualization). For more information, see: -http://docs.openstack.org/developer/devstack/guides/devstack-with-nested-kvm.html +https://docs.openstack.org/devstack/latest/guides/devstack-with-nested-kvm.html The devstack environment we recommend should be running Ubuntu Linux 14.04 or later. These instructions may work for other Linux operating systems or diff --git a/specs/version0.5/amphora-driver-interface.rst b/specs/version0.5/amphora-driver-interface.rst index 083fb5a86b..1a1809f01d 100755 --- a/specs/version0.5/amphora-driver-interface.rst +++ b/specs/version0.5/amphora-driver-interface.rst @@ -283,7 +283,7 @@ we need to write an interface documentation so References ========== -[1] http://martinfowler.com/bliki/CircuitBreaker.html -[2] http://docs.openstack.org/developer/taskflow/index.html +[1] https://martinfowler.com/bliki/CircuitBreaker.html +[2] https://docs.openstack.org/taskflow/latest/ diff --git a/specs/version0.5/nova-compute-driver.rst b/specs/version0.5/nova-compute-driver.rst index a4f2702ced..4aa70116a7 100644 --- a/specs/version0.5/nova-compute-driver.rst +++ b/specs/version0.5/nova-compute-driver.rst @@ -107,4 +107,4 @@ None References ========== https://blueprints.launchpad.net/octavia/+spec/nova-compute-driver -http://docs.openstack.org/developer/python-novaclient/api.html +https://docs.openstack.org/python-novaclient/latest/reference/api/index.html diff --git a/specs/version0.9/active-active-distributor.rst b/specs/version0.9/active-active-distributor.rst index adb3222c9f..1cd4130801 100644 --- a/specs/version0.9/active-active-distributor.rst +++ b/specs/version0.9/active-active-distributor.rst @@ -628,7 +628,7 @@ Further Discussion * Ketama https://github.com/RJ/ketama - * Openstack swift http://docs.openstack.org/developer/swift/ring.html + * Openstack swift https://docs.openstack.org/swift/latest/ring.html#ring * Amazon dynamo http://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf