From 42e6eedf52165d01fef1d5797f9204660af388ac Mon Sep 17 00:00:00 2001 From: zhangshj Date: Sun, 13 Jan 2019 15:32:28 +0800 Subject: [PATCH] Replacing the HTTP protocol with HTTPS Change-Id: I488889735cb698b9867e9b335549ff0ffd8468f2 --- doc/source/contributor/gerrit.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/contributor/gerrit.rst b/doc/source/contributor/gerrit.rst index d44c458fc6..e1e721613d 100644 --- a/doc/source/contributor/gerrit.rst +++ b/doc/source/contributor/gerrit.rst @@ -4,7 +4,7 @@ Code Reviews with Gerrit ======================== Manila uses the `Gerrit`_ tool to review proposed code changes. The review site -is http://review.openstack.org. +is https://review.openstack.org. Gerrit is a complete replacement for Github pull requests. `All Github pull requests to the manila repository will be ignored`. @@ -13,4 +13,4 @@ See the `Development Workflow`_ for more detailed documentation on how to work with Gerrit. .. _Gerrit: http://code.google.com/p/gerrit -.. _Development Workflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow +.. _Development Workflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow