From 7468d434634e608eba10e098ada4fdaa856d54fb Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:33:19 +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: Ic7a8127ee0de18dae869bb740a12254cfa5d41c6 --- doc/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index b3024eb..1f59d43 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -6,7 +6,7 @@ Retrieve and install CloudKitty dashboard: :: - git clone git://git.openstack.org/openstack/cloudkitty-dashboard + git clone https://git.openstack.org/openstack/cloudkitty-dashboard cd cloudkitty-dashboard python setup.py install