From 5e654d72911b60119793e91a50599cac86653aa5 Mon Sep 17 00:00:00 2001 From: Tristan Miller Date: Wed, 9 Jun 2021 20:20:15 +0200 Subject: [PATCH] Update links to Jinja docs. Fixes #2883 --- RELEASE.md | 3 +++ docs/settings.rst | 8 ++++---- docs/themes.rst | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 00000000..d5412ff7 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,3 @@ +Release type: patch + +Update links to Jinja docs diff --git a/docs/settings.rst b/docs/settings.rst index c66c42a3..ab1037bf 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -759,9 +759,9 @@ Time and Date .. [#] Default is the system locale. -.. _Jinja custom filters documentation: https://jinja.palletsprojects.com/en/master/api/#custom-filters -.. _Jinja global namespace documentation: https://jinja.palletsprojects.com/en/master/api/#the-global-namespace -.. _Jinja custom tests documentation: https://jinja.palletsprojects.com/en/master/api/#custom-tests +.. _Jinja custom filters documentation: https://jinja.palletsprojects.com/en/latest/api/#custom-filters +.. _Jinja global namespace documentation: https://jinja.palletsprojects.com/en/latest/api/#the-global-namespace +.. _Jinja custom tests documentation: https://jinja.palletsprojects.com/en/latest/api/#custom-tests .. _locales on Windows: https://www.microsoft.com/en-us/download/details.aspx?id=55979 @@ -1403,5 +1403,5 @@ Example settings :language: python -.. _Jinja Environment documentation: https://jinja.palletsprojects.com/en/master/api/#jinja2.Environment +.. _Jinja Environment documentation: https://jinja.palletsprojects.com/en/latest/api/#jinja2.Environment .. _Docutils Configuration: http://docutils.sourceforge.net/docs/user/config.html diff --git a/docs/themes.rst b/docs/themes.rst index c4d3ed7f..e21a6c79 100644 --- a/docs/themes.rst +++ b/docs/themes.rst @@ -105,7 +105,7 @@ that allow them to be easily sorted by name:: If you want to sort based on different criteria, `Jinja's sort command`__ has a number of options. -__ https://jinja.palletsprojects.com/en/master/templates/#sort +__ https://jinja.palletsprojects.com/en/latest/templates/#sort Date Formatting