Update "Open Auto-Type help webpage" URL

This commit is contained in:
Murdoc Bates 2020-08-04 21:23:36 +02:00 committed by Jonathan White
parent 51f3014028
commit a79afd6580

View file

@ -220,7 +220,8 @@ void EditEntryWidget::setupIcon()
void EditEntryWidget::openAutotypeHelp()
{
QDesktopServices::openUrl(QUrl("https://github.com/keepassxreboot/keepassxc/wiki/Autotype-Custom-Sequence"));
QDesktopServices::openUrl(
QUrl("https://keepassxc.org/docs/KeePassXC_UserGuide.html#_configure_auto_type_sequences"));
}
void EditEntryWidget::setupAutoType()