From 0b685dbc8683a197b1e73e512dc3a8b9ee2002fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=91=D0=B5=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Thu, 5 Dec 2024 21:22:38 +0300 Subject: [PATCH] fix link --- Documentation/USBAccess.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/USBAccess.md b/Documentation/USBAccess.md index d8462dfd..43165a55 100644 --- a/Documentation/USBAccess.md +++ b/Documentation/USBAccess.md @@ -14,7 +14,7 @@ USB access permissions vary based on the type of device and the operating system ## Linux - * USB devices require [udev rules](Documentation/UdevRules.md) to access as a normal user. + * USB devices require [udev rules](/Documentation/UdevRules.md) to access as a normal user. * Alternatively you can run OpenRGB as root to detect all USB devices. (Not recommended) * USB based Gigabyte AORUS motherboards may also have an ACPI conflict. Please [add a kernel parameter](#kernel-parameters) to resolve this conflict.