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:
parent
7628364104
commit
499d075c81
@ -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.
|
||||
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
--------
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user