replace broken link

This commit is contained in:
wallgrenen 2021-01-06 17:03:39 +01:00
parent ae410fac24
commit 78601d29ba
2 changed files with 2 additions and 1 deletions

View File

@ -72,6 +72,7 @@ ianki <iankigit@gmail.com>
rye761 <ryebread761@gmail.com>
Guillem Palau Salvà <guillempalausalva@gmail.com>
Meredith Derecho <meredithderecho@gmail.com>
Daniel Wallgren <github.com/walgrenen>
********************
The text of the 3 clause BSD license follows:

View File

@ -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():