Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/entry/EditEntryWidget.cpp')
-rw-r--r--src/gui/entry/EditEntryWidget.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/entry/EditEntryWidget.cpp b/src/gui/entry/EditEntryWidget.cpp
index cfe6fd5a9..53aa04efa 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()