From 2753b3a48500f3efe049c275c3929e3a628104bb Mon Sep 17 00:00:00 2001 From: chenxing Date: Fri, 14 Jul 2017 09:30:32 +0000 Subject: [PATCH] Update the documentation links for doc migration Change-Id: Ia8ac79913d68646f109bb535935d6ee9027d1071 --- doc/release_notes/archive/v0.3.2.rst | 6 +++--- doc/release_notes/archive/v0.5.0.rst | 2 +- doc/source/contribute.rst | 2 +- doc/source/overview/glossary.rst | 2 +- rally/common/i18n.py | 2 +- tests/hacking/README.rst | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/release_notes/archive/v0.3.2.rst b/doc/release_notes/archive/v0.3.2.rst index 4c3b98b16b..f302c6a33b 100644 --- a/doc/release_notes/archive/v0.3.2.rst +++ b/doc/release_notes/archive/v0.3.2.rst @@ -191,7 +191,7 @@ Documentation * Add descriptive docstrings for plugins based on OutputChart * Register these plugins in `Rally Plugins Reference`__ -__ http://docs.openstack.org/developer/rally/plugin/plugin_reference.html +__ https://docs.openstack.org/rally/latest/plugins/plugin_reference.html * Documentation tox fix @@ -204,11 +204,11 @@ __ http://docs.openstack.org/developer/rally/plugin/plugin_reference.html * The design of `Rally Plugins Reference`__ page was improved -__ http://docs.openstack.org/developer/rally/plugin/plugin_reference.html +__ https://docs.openstack.org/rally/latest/plugins/plugin_reference.html * New page was added - `CLI references`__ -__ http://docs.openstack.org/developer/rally/cli/cli_reference.html +__ https://docs.openstack.org/rally/latest/cli_reference.html Thanks ~~~~~~ diff --git a/doc/release_notes/archive/v0.5.0.rst b/doc/release_notes/archive/v0.5.0.rst index 383ad0649f..846e91d699 100644 --- a/doc/release_notes/archive/v0.5.0.rst +++ b/doc/release_notes/archive/v0.5.0.rst @@ -387,7 +387,7 @@ Documentation * Re-use openstack theme for building docs outside rtd. `Rally Docs at docs.openstack.org - `_ + `_ * Add page for Verification component diff --git a/doc/source/contribute.rst b/doc/source/contribute.rst index 12bdee8f65..278835dc07 100644 --- a/doc/source/contribute.rst +++ b/doc/source/contribute.rst @@ -258,4 +258,4 @@ For more information about Style Commandments, read the .. _unit tests: http://en.wikipedia.org/wiki/Unit_testing .. _Tox: https://tox.readthedocs.org/en/latest/ .. _functional tests: https://en.wikipedia.org/wiki/Functional_testing -.. _OpenStack Style Commandments manual: http://docs.openstack.org/developer/hacking/ +.. _OpenStack Style Commandments manual: https://docs.openstack.org/hacking/latest/ diff --git a/doc/source/overview/glossary.rst b/doc/source/overview/glossary.rst index 69491d251e..23fc735b44 100644 --- a/doc/source/overview/glossary.rst +++ b/doc/source/overview/glossary.rst @@ -165,7 +165,7 @@ Verify Rally can run different subunit-based testing tools against a target environment, for example `tempest -`_ for OpenStack. +`_ for OpenStack. .. _glossary-verification: diff --git a/rally/common/i18n.py b/rally/common/i18n.py index c6b82349de..0a9d9decaa 100644 --- a/rally/common/i18n.py +++ b/rally/common/i18n.py @@ -12,7 +12,7 @@ """oslo.i18n integration module for rally. -See http://docs.openstack.org/developer/oslo.i18n/usage.html . +See https://docs.openstack.org/oslo.i18n/latest/user/usage.html . """ diff --git a/tests/hacking/README.rst b/tests/hacking/README.rst index f8f6d1b050..141ecc5490 100644 --- a/tests/hacking/README.rst +++ b/tests/hacking/README.rst @@ -2,7 +2,7 @@ Rally 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 Rally Specific Commandments