From 3412c9ef2531fe5e3fd89eb52627103b2b3ec7df Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:35:36 +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: I3ba249dd18e72954181c8c8f91055a009987eaba --- doc/source/project-setup/javascript.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/project-setup/javascript.rst b/doc/source/project-setup/javascript.rst index e61e47a..6445b54 100644 --- a/doc/source/project-setup/javascript.rst +++ b/doc/source/project-setup/javascript.rst @@ -48,7 +48,7 @@ npm. This process is fairly straightforward, and will ensure that all dependencies, tools, and other resources are available.:: # Check out the project - git checkout git://git.openstack.org/openstack/.git + git checkout https://git.openstack.org/openstack/.git # Initialize the project. cd