From 656100fdf84ef3e2bc9ee3d858f7bde63fa5e67d Mon Sep 17 00:00:00 2001 From: liyan Date: Fri, 12 May 2023 11:57:18 +0000 Subject: [PATCH] update en/device-dev/guide/device-clock-guide.md. Signed-off-by: li-yan339 Signed-off-by: liyan --- 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 27b85335e4..ade93e62cb 100644 --- a/en/device-dev/guide/device-clock-guide.md +++ b/en/device-dev/guide/device-clock-guide.md @@ -2,7 +2,7 @@ ## Overview -This document describes how to quickly set up a development environment \(using the Hi3516D V300 development board\) and develop a clock app running on OpenHarmony. You can click [here](https://gitee.com/openharmony/app_samples/tree/master/common/Clock) to obtain the sample code. +This document describes how to quickly set up a development environment \(using the Hi3516D V300 development board\) and develop a clock app running on OpenHarmony. You can click [here](https://gitee.com/openharmony/applications_app_samples/tree/master/code/Solutions/Tools/JsClock) to obtain the sample code. The clock app displays the current time, as shown in the following figure. -- GitLab