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"