From 705d92c5f6dfaaa7be9459b3ea7fa8060ecdb194 Mon Sep 17 00:00:00 2001 From: IsmaelMartinez Date: Wed, 29 May 2024 13:41:17 +0100 Subject: [PATCH] docs: fix broken notification-spec markdown link (#42243) * docs: fix broken notification-spec markdown link * docs: update notification-spec linkt to point to freedesktop --- 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