From b840cd652ca533e26f5875aa5831362c899976c7 Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Mon, 24 Jul 2017 15:23:31 +0800 Subject: [PATCH] Update the documentation link for doc migration Change-Id: I82cdee6711fa98ef7632bea4763d5db21cb6dcc2 --- HACKING.rst | 2 +- README.rst | 2 +- doc/source/devref/manila_provider.rst | 2 +- doc/source/reno.rst | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index da6bfb6..5cfac09 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ fuxi Style Commandments =============================================== -Read the OpenStack Style Commandments https://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/README.rst b/README.rst index 0b08335..41ea4bf 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ the unified persistence storage provider for virtual machine, baremetal and Docker container. * Free software: Apache license -* Documentation: https://docs.openstack.org/developer/fuxi +* Documentation: https://docs.openstack.org/fuxi/latest/ * Source: https://git.openstack.org/cgit/openstack/fuxi * Bugs: https://bugs.launchpad.net/fuxi * Blueprints: https://blueprints.launchpad.net/fuxi diff --git a/doc/source/devref/manila_provider.rst b/doc/source/devref/manila_provider.rst index 32c0249..250437b 100644 --- a/doc/source/devref/manila_provider.rst +++ b/doc/source/devref/manila_provider.rst @@ -98,4 +98,4 @@ References * `Manila share features support mapping`_ -.. _Manila share features support mapping: https://docs.openstack.org/developer/manila/devref/share_back_ends_feature_support_mapping.html +.. _Manila share features support mapping: https://docs.openstack.org/manila/latest/devref/share_back_ends_feature_support_mapping.html diff --git a/doc/source/reno.rst b/doc/source/reno.rst index 4db8ab6..06db887 100644 --- a/doc/source/reno.rst +++ b/doc/source/reno.rst @@ -4,7 +4,7 @@ Release Notes What is reno ? -------------- -Fuxi uses `reno `_ for +Fuxi uses `reno `_ for providing release notes in-tree. That means that a patch can include a *reno file* or a series can have a follow-on change containing that file explaining what the impact is. @@ -19,7 +19,7 @@ generated using the reno tool this way: where usually ```` can be ``bp-`` for a blueprint or ``bug-XXXXXX`` for a bugfix. -Refer to the `reno documentation `_ +Refer to the `reno documentation `_ for the full list of sections.