Update the documentation link for doc migration

Change-Id: Ia7119776f3d173af71561b1263e021dafc5c010d
BTW: Do some optimization as well (http -> https)
This commit is contained in:
Hangdong Zhang 2017-07-24 13:54:35 +08:00
parent 4bb678f7a5
commit 2e47d77f86
5 changed files with 11 additions and 11 deletions

View File

@ -1,13 +1,13 @@
If you would like to contribute to the development of OpenStack, If you would like to contribute to the development of OpenStack,
you must follow the steps in this page: you must follow the steps in this page:
http://docs.openstack.org/infra/manual/developers.html https://docs.openstack.org/infra/manual/developers.html
Once those steps have been completed, changes to OpenStack Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following should be submitted for review via the Gerrit tool, following
the workflow documented at: the workflow documented at:
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 @@
python-watcherclient Style Commandments python-watcherclient 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

@ -23,9 +23,9 @@ operating costs, increased system performance via intelligent virtual machine
migration, increased energy efficiency-and more! migration, increased energy efficiency-and more!
* Free software: Apache license * Free software: Apache license
* Wiki: http://wiki.openstack.org/wiki/Watcher * Wiki: https://wiki.openstack.org/wiki/Watcher
* Source: http://git.openstack.org/cgit/openstack/python-watcher * Source: https://git.openstack.org/cgit/openstack/python-watcher
* Bugs: http://bugs.launchpad.net/watcher * Bugs: https://bugs.launchpad.net/watcher
Installation Installation
============ ============
@ -61,7 +61,7 @@ You can install the Watcher CLI with the following command:
sudo pip install python-watcherclient sudo pip install python-watcherclient
You can also use the `OpenStack client <http://docs.openstack.org/cli-reference/overview.html>`_ You can also use the `OpenStack client <https://docs.openstack.org/python-openstackclient/latest/>`_
with Watcher (our watcher plugin for OpenStack client is included in the with Watcher (our watcher plugin for OpenStack client is included in the
python-watcherclient package). To install it, you have just to run this command: python-watcherclient package). To install it, you have just to run this command:

View File

@ -19,8 +19,8 @@ signed OpenStack's contributor's agreement.
.. seealso:: .. seealso::
* http://docs.openstack.org/infra/manual/developers.html * https://docs.openstack.org/infra/manual/developers.html
* http://wiki.openstack.org/CLA * https://wiki.openstack.org/CLA
LaunchPad Project LaunchPad Project
----------------- -----------------
@ -41,7 +41,7 @@ Project Hosting Details
------------------------- -------------------------
Bug tracker Bug tracker
http://launchpad.net/python-watcherclient https://launchpad.net/python-watcherclient
Mailing list (prefix subjects with ``[watcher]`` for faster responses) Mailing list (prefix subjects with ``[watcher]`` for faster responses)
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

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://docs.openstack.org/developer/python-watcherclient home-page = https://docs.openstack.org/python-watcherclient/latest/
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology