diff --git a/src/bluetooth.rs b/src/bluetooth.rs index e564662..d049ea8 100644 --- a/src/bluetooth.rs +++ b/src/bluetooth.rs @@ -37,7 +37,7 @@ impl Device { Ok(()) } - // https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html + // https://specifications.freedesktop.org/icon-naming/latest/ pub fn get_icon(name: &str) -> Option { match name { "audio-card" => Some(String::from("󰓃")),