From d8982c9962f6af373cf9de78aa547badd8a8ab7c Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Tue, 16 Nov 2021 03:19:22 +0000 Subject: [PATCH] update en/device-dev/guide/device-clock-guide.md. Signed-off-by: duangavin123 --- en/device-dev/guide/device-clock-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/device-dev/guide/device-clock-guide.md b/en/device-dev/guide/device-clock-guide.md index 247a665d9f..c9d006e9c4 100644 --- a/en/device-dev/guide/device-clock-guide.md +++ b/en/device-dev/guide/device-clock-guide.md @@ -23,7 +23,7 @@ The clock app displays the current time, as shown in the following figure. ## Preparations -Download and install DevEco Studio. For details, see the [HUAWEI DevEco Studio User Guide](../../application-dev/quick-start/deveco-studio-(openharmony)-user-guide.md). +Download and install DevEco Studio. For details, see the [HUAWEI DevEco Studio User Guide](../../application-dev/quick-start/deveco-studio-user-guide-for-openharmony.md). ## How to Develop @@ -257,7 +257,7 @@ To build such an app, we can create a page that has a flexible layout with two r ## Signing and Packaging -After finishing writing the app code, you need to sign and package the app before running it on a real device. For details, see [Signing and Packaging Guide](../../application-dev/quick-start/configuring-the-openharmony-app-signature.md). +After finishing writing the app code, you need to sign and package the app before running it on a real device. For details, see [Signing and Packaging Guide](../../application-dev/quick-start/configuring-openharmony-app-signature.md). ## Running on the Real Device -- GitLab