Skip to content

Commit

Permalink
Fix docs link anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
KORraNpl authored and droidmonkey committed Nov 5, 2023
1 parent 8499a90 commit 1126055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/DatabaseOpenWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1126055

Please sign in to comment.