Fix the code repository for clone action

Change-Id: Id6c1946c193a6d3668ea0885697ba03d1dacc238
This commit is contained in:
zhulingjie 2018-06-09 20:42:27 -04:00
parent 9988c7e3e6
commit aae92533fb
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ Here is an example:
.. sourcecode:: console
$ git clone https://git.openstack.org/cgit/openstack/horizon/ {HORIZON_DIR}
$ git clone https://git.openstack.org/openstack/horizon/ {HORIZON_DIR}
..
Then install the virtual environment:
@ -105,7 +105,7 @@ creation, add the following parameter:
.. sourcecode:: console
$ git clone https://git.openstack.org/cgit/openstack/sahara-dashboard/ \
$ git clone https://git.openstack.org/openstack/sahara-dashboard/ \
{SAHARA_DASHBOARD_DIR}
..