Update editor guide link in CMS to avoid redirect

pull/9500/head^2
Thibaud Colas 2022-10-25 06:52:31 +01:00 zatwierdzone przez Matt Westcott
rodzic 42f5ea1fc8
commit 8090e33a26
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -95,12 +95,12 @@ def wagtail_release_notes_path():
@register.simple_tag
def wagtail_feature_release_whats_new_link():
return "https://wagtail.org/wagtail-4-1-new-in-wagtail"
return "https://guide.wagtail.org/en-latest/releases/new-in-wagtail-4-1/"
@register.simple_tag
def wagtail_feature_release_editor_guide_link():
return "https://wagtail.org/wagtail-4-1-editor-guide"
return "https://guide.wagtail.org/"
@register.filter