diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 94de4c5e1..3c0d8244d 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 documented at: - 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 b/HACKING index 0e9d43779..bc76743c7 100644 --- a/HACKING +++ b/HACKING @@ -1,8 +1,8 @@ Manila Style Commandments ========================= -Step 1: Read http://www.python.org/dev/peps/pep-0008/ -Step 2: Read http://www.python.org/dev/peps/pep-0008/ again +Step 1: Read https://www.python.org/dev/peps/pep-0008/ +Step 2: Read https://www.python.org/dev/peps/pep-0008/ again Step 3: Read on Imports @@ -63,7 +63,7 @@ Docstrings When writing the docstring for a class, an extra line should be placed after the closing quotations. For more in-depth explanations for these - decisions see http://www.python.org/dev/peps/pep-0257/ + decisions see https://www.python.org/dev/peps/pep-0257/ If you are going to describe parameters and return values, use Sphinx, the appropriate syntax is as follows. diff --git a/doc/source/index.rst b/doc/source/index.rst index ecdf376d9..93085a9f8 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -26,7 +26,7 @@ openstack/python-manilaclient project using `Gerrit`_. .. _git.openstack.org: https://git.openstack.org/cgit/openstack/python-manilaclient .. _Launchpad: https://launchpad.net/python-manilaclient -.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow +.. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow Testing ------- @@ -37,7 +37,7 @@ The preferred way to run tests is using ``tox``. See `Consistent Testing Interface`_ for more details. -.. _Consistent Testing Interface: http://git.openstack.org/cgit/openstack/governance/tree/reference/project-testing-interface.rst +.. _Consistent Testing Interface: https://git.openstack.org/cgit/openstack/governance/tree/reference/project-testing-interface.rst Functional tests ---------------- diff --git a/setup.cfg b/setup.cfg index 2d7295fb7..ec23cabe1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,9 +3,9 @@ name = python-manilaclient summary = Client library for OpenStack Manila API. description-file = README.rst -author = OpenStack Contributors +author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/python-manilaclient +home-page = https://docs.openstack.org/developer/python-manilaclient classifier = Development Status :: 5 - Production/Stable Environment :: Console