From cde2c7eb36e47001e021842e6694437d0bdd83e0 Mon Sep 17 00:00:00 2001 From: wusongqing Date: Mon, 25 Oct 2021 08:16:53 +0000 Subject: [PATCH] update en/device-dev/guide/device-clock-guide.md. Signed-off-by: wusongqing --- en/device-dev/guide/device-clock-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/guide/device-clock-guide.md b/en/device-dev/guide/device-clock-guide.md index 9ddbe73f5d..81918c4596 100644 --- a/en/device-dev/guide/device-clock-guide.md +++ b/en/device-dev/guide/device-clock-guide.md @@ -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 [Configuring the OpenHarmony App Signature](../../application-dev/quick-start/configuring-the-openharmony-app-signature.md). ## Running on the Real Device -- GitLab