From dac4bcdd9696c4adc845f034ec75c44a17151b2c Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Fri, 21 Jul 2017 14:30:26 +0800 Subject: [PATCH] Update the documentation link for doc migration BTW, update one URL of networking-powervm as well. Change-Id: I684e4457d9baee25aa569b20f20e73474cf88578 --- HACKING.rst | 2 +- devstack/README.rst | 6 +++--- doc/source/index.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 2acac58d..ebfc687b 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ Nova-PowerVM 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 Nova-PowerVM Specific Commandments diff --git a/devstack/README.rst b/devstack/README.rst index cc989163..040f4df8 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -7,7 +7,7 @@ What is DevStack? DevStack is a script to quickly create an OpenStack development environment. -Find out more `here `_. +Find out more `here `_. What are DevStack plugins? @@ -21,7 +21,7 @@ plugins, with the appropriate local.conf settings for your environment, will all clone down DevStack, configure, run stack.sh, and end up with a working OpenStack/Novalink PowerVM environment with no other scripting required. -More details can be `found here. `_ +More details can be `found here. `_ How to use the NovaLink DevStack plugins: @@ -73,7 +73,7 @@ How to use the NovaLink DevStack plugins: * https://github.com/openstack/nova-powervm/blob/master/devstack/README.rst * networking-powervm - * http://docs.openstack.org/developer/networking-powervm/devref/index.html + * http://networking-powervm.readthedocs.io/en/latest/devref/index.html * https://github.com/openstack/networking-powervm/blob/master/devstack/README.rst * ceilometer-powervm diff --git a/doc/source/index.rst b/doc/source/index.rst index 2417cd53..701ebf91 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -27,7 +27,7 @@ mirror those of the Nova project. Documentation on Nova can be found at the `Nova Devref`_. .. _`PowerVM`: http://www-03.ibm.com/systems/power/software/virtualization/ -.. _`Nova Devref`: http://docs.openstack.org/developer/nova +.. _`Nova Devref`: https://docs.openstack.org/nova/latest/ Nova-PowerVM Overview =====================