diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index e249e18..e7ba542 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -5,7 +5,8 @@ Contributing Contribute to Shaker -------------------- -Shaker follows standard OpenStack contribution workflow as described at http://docs.openstack.org/infra/manual/developers.html +Shaker follows standard OpenStack contribution workflow as described at + https://docs.openstack.org/infra/manual/developers.html Start working @@ -68,11 +69,11 @@ Developer's Guide of OpenStack 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/setup.cfg b/setup.cfg index 774a311..4fdbf8f 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://www.openstack.org/ +home-page = https://www.openstack.org/ classifier = Environment :: OpenStack Intended Audience :: Developers