update links (#3562)

This commit is contained in:
sorata 2024-11-17 20:07:21 +05:30 committed by GitHub
parent 15b48cf894
commit d3f2f45805
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ static TEMPLATE_ERROR_LINK: &str =
static TEMPLATE_BLANK_LINK: &str = static TEMPLATE_BLANK_LINK: &str =
"https://docs.ankiweb.net/templates/errors.html#front-of-card-is-blank"; "https://docs.ankiweb.net/templates/errors.html#front-of-card-is-blank";
static TEMPLATE_BLANK_CLOZE_LINK: &str = 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 // Lexing
//---------------------------------------- //----------------------------------------