From ba990e6b1bfe68e9d139a5947ed8cb25c1bc918a Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:34:32 +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: Ia58fa2a5350d2c4d9dc8b54ac76a902005f85f30 --- doc/source/devref/development_environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/devref/development_environment.rst b/doc/source/devref/development_environment.rst index 0adf0f6..d2d9ef2 100644 --- a/doc/source/devref/development_environment.rst +++ b/doc/source/devref/development_environment.rst @@ -34,7 +34,7 @@ Getting the code Grab the code:: - git clone git://git.openstack.org/openstack/networking-powervm + git clone https://git.openstack.org/openstack/networking-powervm cd networking-powervm Setting up your environment