From 9dbe2ebe9c80524210d2299f3c9a2ba45cc0a3f0 Mon Sep 17 00:00:00 2001 From: zhangbailin Date: Wed, 13 Sep 2017 22:59:49 -0700 Subject: [PATCH] Fix outdated links Update doc links according to OpenStack document migration. Use https instead of http for docs links. Closes-Bug:#1717171 Change-Id: I97ea62e22d8ae0913562fdd51226e1464416a66d --- doc/source/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index 59121cc..2d29311 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -5,13 +5,13 @@ Contributing to: zaqar-specs 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.