diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index aab7158..1b7123c 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,13 +1,13 @@ 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 Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following 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. diff --git a/HACKING.rst b/HACKING.rst index 000463b..5df386d 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ 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/ diff --git a/README.rst b/README.rst index d729269..1df1d7f 100644 --- a/README.rst +++ b/README.rst @@ -23,9 +23,9 @@ operating costs, increased system performance via intelligent virtual machine migration, increased energy efficiency-and more! * Free software: Apache license -* Wiki: http://wiki.openstack.org/wiki/Watcher -* Source: http://git.openstack.org/cgit/openstack/python-watcher -* Bugs: http://bugs.launchpad.net/watcher +* Wiki: https://wiki.openstack.org/wiki/Watcher +* Source: https://git.openstack.org/cgit/openstack/python-watcher +* Bugs: https://bugs.launchpad.net/watcher Installation ============ @@ -61,7 +61,7 @@ You can install the Watcher CLI with the following command: sudo pip install python-watcherclient -You can also use the `OpenStack client `_ +You can also use the `OpenStack client `_ 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: diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index 45bdc0e..a9a16a4 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -19,8 +19,8 @@ signed OpenStack's contributor's agreement. .. seealso:: - * http://docs.openstack.org/infra/manual/developers.html - * http://wiki.openstack.org/CLA + * https://docs.openstack.org/infra/manual/developers.html + * https://wiki.openstack.org/CLA LaunchPad Project ----------------- @@ -41,7 +41,7 @@ Project Hosting Details ------------------------- Bug tracker - http://launchpad.net/python-watcherclient + https://launchpad.net/python-watcherclient Mailing list (prefix subjects with ``[watcher]`` for faster responses) http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev diff --git a/setup.cfg b/setup.cfg index 651f6c1..79fddaf 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://docs.openstack.org/developer/python-watcherclient +home-page = https://docs.openstack.org/python-watcherclient/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology