From 1126055015f6ee271f1665a28cf69a18e49cd904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remigiusz=20=C5=BB=C4=99tkowski?= Date: Sun, 5 Nov 2023 22:10:09 +0100 Subject: [PATCH] Fix docs link anchors --- src/gui/DatabaseOpenWidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/DatabaseOpenWidget.cpp b/src/gui/DatabaseOpenWidget.cpp index 1cd176023..6ce8403d0 100644 --- a/src/gui/DatabaseOpenWidget.cpp +++ b/src/gui/DatabaseOpenWidget.cpp @@ -485,12 +485,12 @@ void DatabaseOpenWidget::hardwareKeyResponse(bool found) void DatabaseOpenWidget::openHardwareKeyHelp() { - QDesktopServices::openUrl(QUrl("https://keepassxc.org/docs#faq-cat-yubikey")); + QDesktopServices::openUrl(QUrl("https://keepassxc.org/docs/#faq-yubikey-2fa")); } void DatabaseOpenWidget::openKeyFileHelp() { - QDesktopServices::openUrl(QUrl("https://keepassxc.org/docs#faq-cat-keyfile")); + QDesktopServices::openUrl(QUrl("https://keepassxc.org/docs/#faq-keyfile-howto")); } void DatabaseOpenWidget::setUserInteractionLock(bool state)