From 0f65bb5e2e57fe54d500410ebd059f4f22485308 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pynitrokey/confconsts.py b/pynitrokey/confconsts.py index 7f62da65..d8ada466 100644 --- a/pynitrokey/confconsts.py +++ b/pynitrokey/confconsts.py @@ -68,5 +68,5 @@ class Verbosity(IntEnum): SUPPORT_URL = "https://support.nitrokey.com/" SUPPORT_EMAIL = "support@nitrokey.com" UDEV_URL = ( - "https://docs.nitrokey.com/nitrokey3/linux/firmware-update.html#troubleshooting" + "https://docs.nitrokey.com/nitrokeys/nitrokey3/firmware-update#troubleshooting-linux" )