diff --git a/zh-cn/application-dev/reference/apis/js-apis-reminderAgentManager.md b/zh-cn/application-dev/reference/apis/js-apis-reminderAgentManager.md
index 8d6d0b744648944c5091c09c5c23f3d2d5d99e02..d61a7199136c0765449678142805a52a272e1082 100644
--- a/zh-cn/application-dev/reference/apis/js-apis-reminderAgentManager.md
+++ b/zh-cn/application-dev/reference/apis/js-apis-reminderAgentManager.md
@@ -643,9 +643,9 @@ try {
| expiredContent | string | 否 | 指明提醒过期后需要显示的内容。 |
| snoozeContent | string | 否 | 指明延迟提醒时需要显示的内容。 |
| notificationId | number | 否 | 指明提醒使用的通知的id号,相同id号的提醒会覆盖。 |
-| slotType | [notification.SlotType](js-apis-notification.md#slottype) | 否 | 指明提醒的slot类型。 |
-| tapDismissed10+ | boolean | 否 | 通知是否自动清除,同[NotificationRequest.tapDismissed](js-apis-notification.md#notificationRequest)。 |
-| autoDeletedTime10+ | number | 否 | 自动清除的时间,同[NotificationRequest.autoDeletedTime](js-apis-notification.md#notificationRequest)。 |
+| slotType | [notification.SlotType](js-apis-notificationManager.md#slottype) | 否 | 指明提醒的slot类型。 |
+| tapDismissed10+ | boolean | 否 | 通知是否自动清除,同[NotificationRequest.tapDismissed](js-apis-inner-notification-notificationRequest.md#notificationrequest)。 |
+| autoDeletedTime10+ | number | 否 | 自动清除的时间,同[NotificationRequest.autoDeletedTime](js-apis-inner-notification-notificationRequest.md#notificationrequest)。 |
## ReminderRequestCalendar