From fea722b62182ab87ed8e3f2092f414155ad330e1 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 11:06:16 +0200 Subject: [PATCH] docs: fix broken notification-spec markdown link (#42309) * docs: fix broken notification-spec markdown link Co-authored-by: IsmaelMartinez * docs: update notification-spec linkt to point to freedesktop Co-authored-by: Ismael Martinez Ramos --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: IsmaelMartinez Co-authored-by: Ismael Martinez Ramos --- docs/tutorial/notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/notifications.md b/docs/tutorial/notifications.md index fc30925466..ae6adc6059 100644 --- a/docs/tutorial/notifications.md +++ b/docs/tutorial/notifications.md @@ -161,7 +161,7 @@ Notifications are sent using `libnotify`, which can show notifications on any desktop environment that follows [Desktop Notifications Specification][notification-spec], including Cinnamon, Enlightenment, Unity, GNOME, and KDE. -[notification-spec]: https://developer-old.gnome.org/notification-spec/ +[notification-spec]: https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html [app-user-model-id]: https://learn.microsoft.com/en-us/windows/win32/shell/appids [set-app-user-model-id]: ../api/app.md#appsetappusermodelidid-windows [squirrel-events]: https://github.com/electron/windows-installer/blob/main/README.md#handling-squirrel-events