From 493e79620ab1216eda610547c304c4b8630df90b Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Mon, 23 May 2022 18:23:51 +0800 Subject: [PATCH] update docs Signed-off-by: ester.zhou --- en/application-dev/notification/common-event.md | 2 +- en/application-dev/notification/notification.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/notification/common-event.md b/en/application-dev/notification/common-event.md index 99cbc2a32b..8ea3eaa2d6 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 8aee267205..1a24922a0f 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 -- GitLab