diff --git a/en/application-dev/notification/common-event.md b/en/application-dev/notification/common-event.md index 99cbc2a32b9cfdc29e56f834e7b834ce3179ef7c..8ea3eaa2d6b2f450f28660ca9f50ad3b99947c8b 100644 --- a/en/application-dev/notification/common-event.md +++ b/en/application-dev/notification/common-event.md @@ -174,4 +174,4 @@ if (this.subscriber != null) { The following sample is provided to help you better understand how to use the common event functionality: -- [`CommonEvent`: eTS Common Event (API 7)](https://gitee.com/openharmony/app_samples/tree/master/Notification/CommonEvent) +- [`CommonEvent`: eTS Common Event (API 8)](https://gitee.com/openharmony/app_samples/tree/master/Notification/CommonEvent) diff --git a/en/application-dev/notification/notification.md b/en/application-dev/notification/notification.md index 8aee267205b79aa897b8e48fbd9606b76a16263f..1a24922a0f7ce6e17e6d65963f13622798348dad 100644 --- a/en/application-dev/notification/notification.md +++ b/en/application-dev/notification/notification.md @@ -262,4 +262,4 @@ Notification.cancel(1, "label", cancelCallback) The following sample is provided to help you better understand how to develop notification functions: -[`Notification`: EtsNotification (API 7)](https://gitee.com/openharmony/app_samples/tree/master/common/Notification) \ No newline at end of file +[`Notification`: EtsNotification (API 8)](https://gitee.com/openharmony/app_samples/tree/master/common/Notification) \ No newline at end of file