From 52a2447f09b5fded08dad347cb7fed63dbd9c7fd Mon Sep 17 00:00:00 2001 From: wallgrenen Date: Wed, 6 Jan 2021 17:29:41 +0100 Subject: [PATCH] replace broken link --- qt/aqt/modelchooser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/modelchooser.py b/qt/aqt/modelchooser.py index ea63e6d60..a4ab97eca 100644 --- a/qt/aqt/modelchooser.py +++ b/qt/aqt/modelchooser.py @@ -82,7 +82,7 @@ class ModelChooser(QHBoxLayout): names=nameFunc, accept=tr(TR.ACTIONS_CHOOSE), title=tr(TR.QT_MISC_CHOOSE_NOTE_TYPE), - help="_notes", + help="getting-started?id=note-types", current=current, parent=self.widget, buttons=[edit],