From 499d075c8155f959b5a55469bc3ffd38bc5f9858 Mon Sep 17 00:00:00 2001 From: ShangXiao Date: Fri, 2 Mar 2018 01:38:09 -0800 Subject: [PATCH] Fix the old and invalid doc links The urls in docs are old or not found. Replace them with the right ones for the docs according to the official OpenStack websites. Change-Id: Ibe9d8d88a638d04bfa47ae732dd981e72d8983b2 --- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- README.rst | 6 +++--- doc/source/readme.rst | 2 +- setup.cfg | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d2ac130..d46f022 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,14 +1,14 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in this page: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html If you already have a good understanding of how the system works and your OpenStack accounts are set up, you can skip to the development workflow section of this documentation to learn how changes to OpenStack should be submitted for review via the Gerrit tool: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/HACKING.rst b/HACKING.rst index 893ca4d..caba4c5 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ watcher-tempest-plugin Style Commandments =============================================== -Read the OpenStack Style Commandments http://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 6b2d438..0172a7d 100644 --- a/README.rst +++ b/README.rst @@ -9,9 +9,9 @@ Please fill here a long description which must be at least 3 lines wrapped on Note that this is a hard requirement. * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/watcher-tempest-plugin -* Source: http://git.openstack.org/cgit/openstack/watcher-tempest-plugin -* Bugs: http://bugs.launchpad.net/Tempest plugin watcher-tempest-plugin +* Documentation: https://docs.openstack.org/watcher/latest/ plugin watcher-tempest-plugin +* Source: https://git.openstack.org/cgit/openstack/watcher-tempest-plugin +* Bugs: https://bugs.launchpad.net/watcher plugin watcher-tempest-plugin Features -------- diff --git a/doc/source/readme.rst b/doc/source/readme.rst index 1fd805f..1d9bd23 100644 --- a/doc/source/readme.rst +++ b/doc/source/readme.rst @@ -116,7 +116,7 @@ For more information, please refer to: - Dynamic Keystone Credentials: https://docs.openstack.org/tempest/latest/configuration.html#dynamic-credentials .. _virtual environment: http://docs.python-guide.org/en/latest/dev/virtualenvs/ -.. _Tempest configuration guide: http://docs.openstack.org/tempest/latest/configuration.html +.. _Tempest configuration guide: https://docs.openstack.org/tempest/latest/configuration.html Watcher Tempest tests execution diff --git a/setup.cfg b/setup.cfg index c691bf6..ebf8822 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://www.openstack.org/ +home-page = https://docs.openstack.org/watcher/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology