From aae92533fb7b19e700ebee628c6ab69e9836c261 Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Sat, 9 Jun 2018 20:42:27 -0400 Subject: [PATCH] Fix the code repository for clone action Change-Id: Id6c1946c193a6d3668ea0885697ba03d1dacc238 --- doc/source/contributor/dashboard-dev-environment-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/contributor/dashboard-dev-environment-guide.rst b/doc/source/contributor/dashboard-dev-environment-guide.rst index 4cd5a49ecc..7f7fde5096 100644 --- a/doc/source/contributor/dashboard-dev-environment-guide.rst +++ b/doc/source/contributor/dashboard-dev-environment-guide.rst @@ -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} ..