diff --git a/zh-cn/application-dev/notification/common-event.md b/zh-cn/application-dev/notification/common-event.md index d7d7105a6451af6db55cec662ca56faebf614a0e..222dcb4565f86eedb09431dd053e1cbafb2f6890 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的接口完成创建订阅者、订阅公共事件、发布公共事件、取消订阅的功能。