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: I6a7ca7d3ec8f3a3f7bf332aa1585e84e2e4483a1
This commit is contained in:
1 changed files with 2 additions and 2 deletions
@@ -13,13 +13,13 @@ Getting to Know Your Project
.. code-block:: console
$ git clone git://git.openstack.org/openstack/<your_project>
$ git clone https://git.openstack.org/openstack/<your_project>
- Example:
.. code-block:: console
$ git clone git://git.openstack.org/openstack/training-guides
$ git clone https://git.openstack.org/openstack/training-guides
- Run the tests
- Join the project's IRC channel
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.