From 62f1bc4189d437be274753ff2b0aefa3f7635f2c Mon Sep 17 00:00:00 2001 From: zengyawen Date: Tue, 23 Aug 2022 04:24:11 +0000 Subject: [PATCH] update zh-cn/application-dev/notification/common-event.md. Signed-off-by: zengyawen --- zh-cn/application-dev/notification/common-event.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/notification/common-event.md b/zh-cn/application-dev/notification/common-event.md index 800b2d0872..0a0242a02c 100644 --- a/zh-cn/application-dev/notification/common-event.md +++ b/zh-cn/application-dev/notification/common-event.md @@ -174,5 +174,5 @@ if (this.subscriber != null) { 针对公共事件开发,有以下相关实例可供参考: -- [`CommonEvent`:订阅公共事件(eTS)(API8)](https://gitee.com/openharmony/app_samples/tree/master/Notification/CommonEvent) +- [`CommonEvent`:订阅公共事件(eTS)(API8)](https://gitee.com/openharmony/applications_app_samples/tree/master/Notification/CommonEvent) -- GitLab