From 78601d29ba6b0942123174934f707e73706c8d51 Mon Sep 17 00:00:00 2001 From: wallgrenen Date: Wed, 6 Jan 2021 17:03:39 +0100 Subject: [PATCH 1/2] replace broken link --- CONTRIBUTORS | 1 + qt/aqt/addcards.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ec2513433..bbe796da3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -72,6 +72,7 @@ ianki rye761 Guillem Palau SalvĂ  Meredith Derecho +Daniel Wallgren ******************** The text of the 3 clause BSD license follows: diff --git a/qt/aqt/addcards.py b/qt/aqt/addcards.py index d6f093b4f..8d6dcaa57 100644 --- a/qt/aqt/addcards.py +++ b/qt/aqt/addcards.py @@ -170,7 +170,7 @@ class AddCards(QDialog): problem = tr(TR.ADDING_THE_FIRST_FIELD_IS_EMPTY) problem = gui_hooks.add_cards_will_add_note(problem, note) if problem is not None: - showWarning(problem, help="AddItems#AddError") + showWarning(problem, help="editing?id=adding-cards-and-notes") return None if note.model()["type"] == MODEL_CLOZE: if not note.cloze_numbers_in_fields(): From 48f753c2676035c93f71678dfde0b1d4a537f2f0 Mon Sep 17 00:00:00 2001 From: wallgrenen <58621059+wallgrenen@users.noreply.github.com> Date: Wed, 6 Jan 2021 17:15:21 +0100 Subject: [PATCH 2/2] Fix typo in username --- CONTRIBUTORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index bbe796da3..a8f13e9a1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -72,7 +72,7 @@ ianki rye761 Guillem Palau SalvĂ  Meredith Derecho -Daniel Wallgren +Daniel Wallgren ******************** The text of the 3 clause BSD license follows: