Skip to content

Commit

Permalink
fix(docs): update links to Hints specification
Browse files Browse the repository at this point in the history
Gnome has migrated all agreed-upon specs to freedesktop.org
  • Loading branch information
Boo Radley authored and hoodie committed Sep 10, 2024
1 parent b98f4de commit d812401
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/hints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ pub(crate) enum CustomHintType {

/// `Hints` allow you to pass extra information to the server.
///
/// Many of these are standardized by either:
/// Many of these are standardized by:
///
/// * <http://www.galago-project.org/specs/notification/0.9/x344.html>
/// * <https://developer.gnome.org/notification-spec/#hints>
/// * <https://specifications.freedesktop.org/notification-spec/latest/hints.html>
///
/// Which of these are actually implemented depends strongly on the Notification server you talk to.
/// Usually the [`get_capabilities()`](`crate::get_capabilities`) gives some clues, but the standards usually mention much more
Expand All @@ -44,8 +43,7 @@ pub enum Hint {

/// Check out:
///
/// * <http://www.galago-project.org/specs/notification/0.9/x211.html>
/// * <https://developer.gnome.org/notification-spec/#categories>
/// * <https://specifications.freedesktop.org/notification-spec/latest/hints.html>
Category(String),

/// Name of the `DesktopEntry` representing the calling application. In case of "firefox.desktop"
Expand Down

0 comments on commit d812401

Please sign in to comment.