mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-13 20:12:38 -04:00
Fix docs link anchors
This commit is contained in:
parent
a23b4f4dc0
commit
c76d9e45e7
1 changed files with 2 additions and 2 deletions
|
@ -513,12 +513,12 @@ void DatabaseOpenWidget::hardwareKeyResponse(bool found)
|
||||||
|
|
||||||
void DatabaseOpenWidget::openHardwareKeyHelp()
|
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()
|
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)
|
void DatabaseOpenWidget::setUserInteractionLock(bool state)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue