From bfc07ab4654b35a042ac3e282a6132fdb70d0533 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Thu, 20 Jun 2024 15:00:27 -0600 Subject: [PATCH] Fix notify private documentation --- odilia-notify/src/urgency.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odilia-notify/src/urgency.rs b/odilia-notify/src/urgency.rs index 7924a37e..be16d2db 100644 --- a/odilia-notify/src/urgency.rs +++ b/odilia-notify/src/urgency.rs @@ -2,7 +2,7 @@ use serde::{Deserialize, Serialize}; use zbus::zvariant::{OwnedValue, Type, Value}; /// A priority/urgency level. -/// https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html#urgency-levels +/// [See specification here](https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html#urgency-levels) #[derive( Clone, Copy,