From 1d63855d0de9e2e94c64e4ebcb95ccd8f8a62e4c Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:33:40 +0000 Subject: [PATCH] Replace openstack.org git:// URLs with https:// This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I194eaf19074655822776b2e533519607622738c8 --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1d92ab2..afc2a4a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -25,7 +25,7 @@ To browse the latest code: To clone the latest code: - git clone git://git.openstack.org/openstack-infra/gerritlib + git clone https://git.openstack.org/openstack-infra/gerritlib Code reviews are handled by gerrit: http://review.openstack.org