From 66fcf40fa0bd5b7c738d55f3844ce9e644f4e319 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Tue, 17 Sep 2024 00:51:48 +0800 Subject: [PATCH] fix broken link --- files/zh-cn/web/api/notifications_api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-cn/web/api/notifications_api/index.md b/files/zh-cn/web/api/notifications_api/index.md index 7364eee742bd76..2a66d755139735 100644 --- a/files/zh-cn/web/api/notifications_api/index.md +++ b/files/zh-cn/web/api/notifications_api/index.md @@ -28,7 +28,7 @@ btn.addEventListener("click", () => { 接下来,使用 {{domxref("Notification.Notification","Notification()")}} 构造方法创建一个新通知。这个函数必须传递一个标题参数,并且可以选择传递一个选项对象来指定选项,例如文本方向、正文、要显示的图标、要播放的通知的声音等等。 -此外,Notifications API 规范对 [ServiceWorker API](/zh-CN/docs/Web/API/ServiceWorker_API) 指定了多个扩展,以允许 Service Worker 发送通知。 +此外,Notifications API 规范对 [ServiceWorker API](/zh-CN/docs/Web/API/Service_Worker_API) 指定了多个扩展,以允许 Service Worker 发送通知。 > [!NOTE] > 想了解怎么在你的应用里使用通知接口,请阅读[使用 Notifications API](/zh-CN/docs/Web/API/Notifications_API/Using_the_Notifications_API)。