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
This commit is contained in:
ShangXiao 2018-03-02 01:38:09 -08:00
parent 7628364104
commit 499d075c81
5 changed files with 8 additions and 8 deletions

View File

@ -1,14 +1,14 @@
If you would like to contribute to the development of OpenStack, you must If you would like to contribute to the development of OpenStack, you must
follow the steps in this page: 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 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 OpenStack accounts are set up, you can skip to the development workflow
section of this documentation to learn how changes to OpenStack should be section of this documentation to learn how changes to OpenStack should be
submitted for review via the Gerrit tool: 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. Pull requests submitted through GitHub will be ignored.

View File

@ -1,4 +1,4 @@
watcher-tempest-plugin Style Commandments 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/

View File

@ -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. Note that this is a hard requirement.
* Free software: Apache license * Free software: Apache license
* Documentation: http://docs.openstack.org/developer/watcher-tempest-plugin * Documentation: https://docs.openstack.org/watcher/latest/ plugin watcher-tempest-plugin
* Source: http://git.openstack.org/cgit/openstack/watcher-tempest-plugin * Source: https://git.openstack.org/cgit/openstack/watcher-tempest-plugin
* Bugs: http://bugs.launchpad.net/Tempest plugin watcher-tempest-plugin * Bugs: https://bugs.launchpad.net/watcher plugin watcher-tempest-plugin
Features Features
-------- --------

View File

@ -116,7 +116,7 @@ For more information, please refer to:
- Dynamic Keystone Credentials: https://docs.openstack.org/tempest/latest/configuration.html#dynamic-credentials - Dynamic Keystone Credentials: https://docs.openstack.org/tempest/latest/configuration.html#dynamic-credentials
.. _virtual environment: http://docs.python-guide.org/en/latest/dev/virtualenvs/ .. _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 Watcher Tempest tests execution

View File

@ -5,7 +5,7 @@ description-file =
README.rst README.rst
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/ home-page = https://docs.openstack.org/watcher/latest/
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology