Fix broken links to Freedesktop notifications spec
authorBasil L. Contovounesios <contovob@tcd.ie>
Wed, 20 Dec 2023 12:40:47 +0000 (13:40 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Tue, 23 Jan 2024 09:52:31 +0000 (10:52 +0100)
* doc/lispref/os.texi (Desktop Notifications):
* lisp/notifications.el: Replace broken developer.gnome.org links
with specifications.freedesktop.org (bug#67939).

doc/lispref/os.texi
lisp/notifications.el

index e9d81038d4b43ea96b3426cbb2325e6d80bb7a1b..c8c64ddde89459d7d03223b566ef3b27582aa603 100644 (file)
@@ -2913,7 +2913,7 @@ interpreted as icon name.
 
 @item :category @var{category}
 The type of notification this is, a string.  See the
-@uref{https://developer.gnome.org/notification-spec/#categories,
+@url{https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html#categories,
 Desktop Notifications Specification} for a list of standard
 categories.
 
index f284fb46b2094c242a6395d59caf64a580a21aca..3509968a6cd98c5b12b6d9bb53242475b8a879dd 100644 (file)
@@ -23,7 +23,7 @@
 ;;; Commentary:
 
 ;; This package provides an implementation of the Desktop Notifications
-;; <https://developer.gnome.org/notification-spec/>.
+;; <https://specifications.freedesktop.org/notification-spec/latest/>.
 
 ;; In order to activate this package, you must add the following code
 ;; into your .emacs: