From f12ccb270135ea2016fba8ffc12e263f0823de7f Mon Sep 17 00:00:00 2001 From: s00567680 Date: Wed, 28 Jul 2021 15:32:02 +0800 Subject: [PATCH] modify the hyperlink in the app-dev doc(en version), which lead to hdc doc. Signed-off-by: s00567680 --- .../quick-start/installing-and-running-your-openharmony-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/quick-start/installing-and-running-your-openharmony-app.md b/en/application-dev/quick-start/installing-and-running-your-openharmony-app.md index 8fe627f9560..63329422b2b 100644 --- a/en/application-dev/quick-start/installing-and-running-your-openharmony-app.md +++ b/en/application-dev/quick-start/installing-and-running-your-openharmony-app.md @@ -37,5 +37,5 @@ The hdc commands are as follows: ``` -For details about how to use the hdc tool and the command format, see the open-source repository **docs/en/device-dev/subsystems/hdc-usage-guidelines.md**. +For details about how to use the hdc tool and the command format, see [hdc_std Usage Guidelines](../../device-dev/subsystems/oem_subsys_toolchain_hdc_guide.md). -- Gitee