From d3f2f45805bf7ed07eff5c27bfd1d94e36a62393 Mon Sep 17 00:00:00 2001 From: sorata <136738526+brishtibheja@users.noreply.github.com> Date: Sun, 17 Nov 2024 20:07:21 +0530 Subject: [PATCH] update links (#3562) --- rslib/src/template.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rslib/src/template.rs b/rslib/src/template.rs index 4ae93e4f8..d5579310d 100644 --- a/rslib/src/template.rs +++ b/rslib/src/template.rs @@ -33,7 +33,7 @@ static TEMPLATE_ERROR_LINK: &str = static TEMPLATE_BLANK_LINK: &str = "https://docs.ankiweb.net/templates/errors.html#front-of-card-is-blank"; static TEMPLATE_BLANK_CLOZE_LINK: &str = - "https://docs.ankiweb.net/templates/errors.html#no-cloze-filter-on-cloze-notetype"; + "https://docs.ankiweb.net/templates/errors.html#no-cloze-filter-on-cloze-note-type"; // Lexing //----------------------------------------