diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 3be845871..8420d4804 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 d53997786..9c90504cd 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ brick 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 5fc53aca9..f8cc2f027 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/os-brick.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/os-brick.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -39,10 +39,10 @@ If "tox -e py34" fails with the error "db type could not be determined", remove the .testrepository/ directory and then run "tox -e py34". For any other information, refer to the developer documents: - http://docs.openstack.org/developer/os-brick/index.html + https://docs.openstack.org/os-brick/latest/ OR refer to the parent project, Cinder: - http://docs.openstack.org/developer/cinder/ + https://docs.openstack.org/cinder/latest/ * License: Apache License, Version 2.0 -* Source: http://git.openstack.org/cgit/openstack/os-brick -* Bugs: http://bugs.launchpad.net/os-brick +* Source: https://git.openstack.org/cgit/openstack/os-brick +* Bugs: https://bugs.launchpad.net/os-brick diff --git a/bindep.txt b/bindep.txt index 67ba64c10..e6c20b3bb 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,6 +1,6 @@ # This is a cross-platform list tracking distribution packages needed for # install and tests -# see http://docs.openstack.org/infra/bindep/ for additional information. +# see https://docs.openstack.org/infra/bindep/ for additional information. curl multipath-utils [platform:dpkg rpm] diff --git a/os_brick/i18n.py b/os_brick/i18n.py index 0fdd4a680..5421c7f43 100644 --- a/os_brick/i18n.py +++ b/os_brick/i18n.py @@ -14,7 +14,7 @@ """oslo.i18n integration module. -See http://docs.openstack.org/developer/oslo.i18n/usage.html . +See https://docs.openstack.org/oslo.i18n/latest/ . """ diff --git a/setup.cfg b/setup.cfg index 9fb46861f..02deea99d 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/os-brick/ +home-page = https://docs.openstack.org/os-brick/ classifier = Environment :: OpenStack Intended Audience :: Information Technology