summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTristan Miller <psychonaut@nothingisreal.com>2021-06-12 15:48:32 +0200
committerGitHub <noreply@github.com>2021-06-12 08:48:32 -0500
commite800b23b4d9ec45663dbac6c5cb4775b0cacdb57 (patch)
treefb2f7de76c1873eca43c3f4145dc45fbdf99402d /docs
parentc10792c6793aa3f99917e644784b394b43435d44 (diff)
downloadpelican-e800b23b4d9ec45663dbac6c5cb4775b0cacdb57.tar.gz
Update links to Jinja docs. Fixes #2883 (#2885)
Diffstat (limited to 'docs')
-rw-r--r--docs/settings.rst8
-rw-r--r--docs/themes.rst2
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/settings.rst b/docs/settings.rst
index a26dc1ba..e685d55d 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