From 14a9eae042030bc9d2c830297118428879f5aecb Mon Sep 17 00:00:00 2001 From: Austin Date: Wed, 30 Mar 2022 09:31:52 +0000 Subject: [PATCH] update en/device-dev/guide/device-clock-guide.md. Signed-off-by: Austin --- 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 91454ad50c..6b651639ce 100644 --- a/en/device-dev/guide/device-clock-guide.md +++ b/en/device-dev/guide/device-clock-guide.md @@ -247,7 +247,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-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](https://developer.harmonyos.com/en/docs/documentation/doc-guides/ohos-debugging-and-running-0000001263040487#section17660437768). ## Running on the Real Device -- GitLab