From 5b2a2938f0c69f9b8cb0487b8f5527fe5ffab985 Mon Sep 17 00:00:00 2001 From: zengsiyu Date: Wed, 6 Apr 2022 14:32:45 +0800 Subject: [PATCH] fixed c834fc2 from https://gitee.com/zengsiyu3/docs/pulls/3062 fix: update smaple link Signed-off-by: zengsiyu Change-Id: Ib725c81f1912c8181fa5a31dd611c5ca8adf8fed --- 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 d7d7105a64..222dcb4565 100644 --- a/zh-cn/application-dev/notification/common-event.md +++ b/zh-cn/application-dev/notification/common-event.md @@ -174,7 +174,7 @@ if (this.subscriber != null) { 针对公共事件开发,有以下示例工程可供参考: -- [EtsCommonEvent](https://gitee.com/openharmony/app_samples/tree/master/ability/EtsCommonEvent) +- [CommonEvent](https://gitee.com/openharmony/app_samples/tree/master/ability/CommonEvent) 本示例展示了在eTS中如何使用CommonEvent的接口完成创建订阅者、订阅公共事件、发布公共事件、取消订阅的功能。 -- GitLab