diff --git a/doc/release_notes/archive/v0.3.2.rst b/doc/release_notes/archive/v0.3.2.rst index 4c3b98b1..f302c6a3 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 383ad064..846e91d6 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 12bdee8f..278835dc 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 69491d25..23fc735b 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/tests/hacking/README.rst b/tests/hacking/README.rst index f8f6d1b0..141ecc54 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