From 16b9f9e9933c96fe13e9764eebf161341bc7b542 Mon Sep 17 00:00:00 2001 From: elig0n Date: Sun, 27 Oct 2024 14:29:25 +0200 Subject: [PATCH] fix freedesktop specs links in lib/naughty/dbus.lua --- lib/naughty/dbus.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/naughty/dbus.lua b/lib/naughty/dbus.lua index 8c91261f2..35c03efc6 100644 --- a/lib/naughty/dbus.lua +++ b/lib/naughty/dbus.lua @@ -39,7 +39,7 @@ local dbus = { config = {} } local bus_connection -- DBUS Notification constants --- https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html#urgency-levels +-- https://specifications.freedesktop.org/notification-spec/latest/urgency-levels.html local urgency = { low = "\0", normal = "\1",