Fix docs link anchors

This commit is contained in:
Remigiusz Żętkowski 2023-11-05 22:10:09 +01:00 committed by Jonathan White
parent 8499a90caa
commit 1126055015

View File

@ -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)