From 0c51e32403b62b194e68db6a804a71b12e55c00a Mon Sep 17 00:00:00 2001 From: shangxiaobj Date: Thu, 9 Nov 2017 17:13:06 +0800 Subject: [PATCH] Fix the ineffective links in shaker Replace the ineffective url links with the effective ones in the documents. Change-Id: I6563274aeff05fa013cfbb98718350d9a6c91719 --- doc/source/contributing.rst | 7 ++++--- setup.cfg | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) 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