From 2dec17e5aba63980391ccb61760059827a68408c Mon Sep 17 00:00:00 2001 From: shangxiaobj Date: Fri, 11 Aug 2017 01:16:46 -0700 Subject: [PATCH] Update and replace http with https for doc links in rally 1) Update doc links according to OpenStack document migration 2) Use https instead of http for docs links Change-Id: Id606f43f486e98fc33b699b36e468de954ec677d --- doc/source/contribute.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/contribute.rst b/doc/source/contribute.rst index bf24b9f324..dd64489a83 100644 --- a/doc/source/contribute.rst +++ b/doc/source/contribute.rst @@ -252,8 +252,8 @@ For more information about Style Commandments, read the .. _Launchpad: https://launchpad.net/ .. _OpenStack team: https://launchpad.net/openstack .. _Rally team: https://launchpad.net/rally -.. _account setup: http://docs.openstack.org/infra/manual/developers.html#development-workflow -.. _review site: http://review.openstack.org/ +.. _account setup: https://docs.openstack.org/infra/manual/developers.html#development-workflow +.. _review site: https://review.openstack.org/ .. _Jenkins setup: http://jenkins.openstack.org/ .. _unit tests: http://en.wikipedia.org/wiki/Unit_testing .. _Tox: https://tox.readthedocs.org/en/latest/