diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2023-12-20 13:40:47 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2024-01-23 10:52:31 +0100 |
commit | aa6c24da61fd1419ac0a7c491c5aec20e52cc964 (patch) | |
tree | 506795c17216fe1949d7b66393486471aeb0925c | |
parent | 14d68221d26af5c3e99ae0fbc7ade44494aaf4f3 (diff) | |
download | emacs-aa6c24da61fd1419ac0a7c491c5aec20e52cc964.tar.gz emacs-aa6c24da61fd1419ac0a7c491c5aec20e52cc964.tar.bz2 emacs-aa6c24da61fd1419ac0a7c491c5aec20e52cc964.zip |
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).
-rw-r--r-- | doc/lispref/os.texi | 2 | ||||
-rw-r--r-- | lisp/notifications.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index e9d81038d4b..c8c64ddde89 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -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. diff --git a/lisp/notifications.el b/lisp/notifications.el index f284fb46b20..3509968a6cd 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el @@ -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: |