Fix broken links to Freedesktop notifications spec

* doc/lispref/os.texi (Desktop Notifications):
* lisp/notifications.el: Replace broken developer.gnome.org links
with specifications.freedesktop.org (bug#67939).
This commit is contained in:
Basil L. Contovounesios 2023-12-20 13:40:47 +01:00
parent 14d68221d2
commit aa6c24da61
2 changed files with 2 additions and 2 deletions

View 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.

View 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: