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 /doc | |
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).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/os.texi | 2 |
1 files changed, 1 insertions, 1 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. |