From a79afd6580421775e4eebc2d24b601001060054d Mon Sep 17 00:00:00 2001 From: Murdoc Bates Date: Tue, 4 Aug 2020 21:23:36 +0200 Subject: [PATCH] Update "Open Auto-Type help webpage" URL --- src/gui/entry/EditEntryWidget.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/entry/EditEntryWidget.cpp b/src/gui/entry/EditEntryWidget.cpp index cfe6fd5a..53aa04ef 100644 --- a/src/gui/entry/EditEntryWidget.cpp +++ b/src/gui/entry/EditEntryWidget.cpp @@ -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()