From: Basil L. Contovounesios Date: Wed, 20 Dec 2023 12:40:47 +0000 (+0100) Subject: Fix broken links to Freedesktop notifications spec X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b85d9b54e9fa2782ce470feb21c4c4b4c31f718;p=emacs.git 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). (cherry picked from commit aa6c24da61fd1419ac0a7c491c5aec20e52cc964) --- diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index feba7192d3c..60ae57d4c1d 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -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. diff --git a/lisp/notifications.el b/lisp/notifications.el index 6abc6e163ed..2692df9d7fa 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el @@ -23,7 +23,7 @@ ;;; Commentary: ;; This package provides an implementation of the Desktop Notifications -;; . +;; . ;; In order to activate this package, you must add the following code ;; into your .emacs: