diff --git a/quick-start/downloading-tools-and-sourcecode.rst b/quick-start/downloading-tools-and-sourcecode.rst index ea21f2422e31bafd51ce3204137aa4e379dfe2a4..e1b88796ed142ce848f4b5d59b7c30c842631008 100644 --- a/quick-start/downloading-tools-and-sourcecode.rst +++ b/quick-start/downloading-tools-and-sourcecode.rst @@ -30,7 +30,7 @@ If you are a user and wants to build your product on top of OHOS, then clone the .. code-block:: console $ mkdir ohos; cd ohos - $ repo init -u https://git.ostc-eu.org/OSTC/manifest.git -b stable + $ repo init -u https://git.ostc-eu.org/OSTC/OHOS/manifest.git -b stable $ repo sync --no-clone-bundle **For OHOS Developer** @@ -40,7 +40,7 @@ If you are a developer and wants to contribute to OHOS, then clone the ‘develo .. code-block:: console $ mkdir ohos; cd ohos - $ repo init -u https://git.ostc-eu.org/OSTC/manifest.git -b develop -m develop.xml + $ repo init -u https://git.ostc-eu.org/OSTC/OHOS/manifest.git -b develop -m develop.xml $ repo sync --no-clone-bundle The preceding commands creates the following directory structure (layers):