Skip to content

Commit

Permalink
Update links to Jinja docs. Fixes #2883 (#2885)
Browse files Browse the repository at this point in the history
  • Loading branch information
logological authored Jun 12, 2021
1 parent c10792c commit e800b23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/themes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e800b23

Please sign in to comment.