]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix broken links to Freedesktop notifications spec
authorBasil L. Contovounesios <contovob@tcd.ie>
Wed, 20 Dec 2023 12:40:47 +0000 (13:40 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:06:32 +0000 (21:06 +0100)
* doc/lispref/os.texi (Desktop Notifications):
* lisp/notifications.el: Replace broken developer.gnome.org links
with specifications.freedesktop.org (bug#67939).

(cherry picked from commit aa6c24da61fd1419ac0a7c491c5aec20e52cc964)

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

index feba7192d3c552b975958edd9eeec1bf67b2ad20..60ae57d4c1db02885c14db19a85e6ff6305323a7 100644 (file)
@@ -2945,7 +2945,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 6abc6e163ed1a4db019c9bfea920232e5095d611..2692df9d7fa34bda352126d36e5c07b6c5b6d7f0 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: