From 7962ca2c723e099bd2d8573d25cba576f4aab104 Mon Sep 17 00:00:00 2001 From: Sven Putze Date: Wed, 20 Nov 2024 13:42:32 +0100 Subject: [PATCH] fixed URL for Nitrokey3/Linux/udev rules troubleshooting --- pynitrokey/confconsts.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pynitrokey/confconsts.py b/pynitrokey/confconsts.py index 7f62da65..b3c3299c 100644 --- a/pynitrokey/confconsts.py +++ b/pynitrokey/confconsts.py @@ -67,6 +67,4 @@ class Verbosity(IntEnum): GH_ISSUES_URL = "https://github.com/Nitrokey/pynitrokey/issues/" SUPPORT_URL = "https://support.nitrokey.com/" SUPPORT_EMAIL = "support@nitrokey.com" -UDEV_URL = ( - "https://docs.nitrokey.com/nitrokey3/linux/firmware-update.html#troubleshooting" -) +UDEV_URL = "https://docs.nitrokey.com/nitrokeys/nitrokey3/firmware-update#troubleshooting-linux"