From ad96d1298f95896f92f6b8e110616b6b54d6a68e Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Wed, 20 Oct 2021 09:44:25 +0000 Subject: [PATCH] update en/device-dev/get-code/sourcecode-acquire.md. Signed-off-by: duangavin123 --- en/device-dev/get-code/sourcecode-acquire.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/device-dev/get-code/sourcecode-acquire.md b/en/device-dev/get-code/sourcecode-acquire.md index 6303b3263c..8ccf2c55e7 100644 --- a/en/device-dev/get-code/sourcecode-acquire.md +++ b/en/device-dev/get-code/sourcecode-acquire.md @@ -144,7 +144,7 @@ You must install **Node.js** and HPM on your local PC. The installation proced 4. Find your desired distribution and click it to view details. **Figure 1** HPM page - ![](figures/hpm-page.png "hpm-page") + ![](figure/hpm-page.png "hpm-page") 2. Learn more about the distribution. @@ -153,7 +153,7 @@ You must install **Node.js** and HPM on your local PC. The installation proced 3. Click **Custom** to add or delete bundles of the distribution. **Figure 2** Example distribution - ![](figures/example-distribution.png "example-distribution") + ![](figure/example-distribution.png "example-distribution") 3. Customize bundles. 1. Access the **Custom solution** page, as shown in the following figure. @@ -162,7 +162,7 @@ You must install **Node.js** and HPM on your local PC. The installation proced 4. Click **Download**. The system then generates the OpenHarmony code structure file \(for example, **my\_cust\_dist.zip**\) and saves it to your local PC. **Figure 3** Customizing bundles - ![](figures/customizing-bundles.png "customizing-bundles") + ![](figure/customizing-bundles.png "customizing-bundles") 4. Install bundles. 1. Decompress the downloaded code structure file using CMD on Windows \(or shell in Linux\). -- GitLab