From d03f5e4977391eb74aebdf34f76e6dbda4fce823 Mon Sep 17 00:00:00 2001
From: hcwf <hello@hcwf.dev>
Date: Sat, 3 Feb 2024 13:20:22 +0100
Subject: [PATCH] Fix broken Yubikey docs link from issue #10228

---
 src/gui/databasekey/YubiKeyEditWidget.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui/databasekey/YubiKeyEditWidget.cpp b/src/gui/databasekey/YubiKeyEditWidget.cpp
index a8c4e7843..280a6fda0 100644
--- a/src/gui/databasekey/YubiKeyEditWidget.cpp
+++ b/src/gui/databasekey/YubiKeyEditWidget.cpp
@@ -102,7 +102,7 @@ void YubiKeyEditWidget::initComponent()
         tr("<p>If you own a <a href=\"https://www.yubico.com/\">YubiKey</a> or "
            "<a href=\"https://onlykey.io\">OnlyKey</a>, you can use it for additional security.</p>"
            "<p>The key requires one of its slots to be programmed as "
-           "<a href=\"https://www.yubico.com/products/services-software/challenge-response/\">"
+           "<a href=\"https://docs.yubico.com/yesdk/users-manual/application-otp/challenge-response.html\">"
            "HMAC-SHA1 Challenge-Response</a>.</p>"));
 }