mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
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:
parent
14d68221d2
commit
aa6c24da61
@ -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.
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user