diff options
author | David Lord <davidism@gmail.com> | 2019-07-26 12:12:41 -0700 |
---|---|---|
committer | David Lord <davidism@gmail.com> | 2019-07-26 12:12:41 -0700 |
commit | 06696563d78e4f925426746d3b05b744804a66f4 (patch) | |
tree | 4d2a70dcf5f92d69e3f3bf33dac1d81a41fbc8f1 /docs/faq.rst | |
parent | f77b09d998dffe6b8332f958db970992bd451444 (diff) | |
download | jinja2-docs.tar.gz |
fix linkcheck issuesdocs
Diffstat (limited to 'docs/faq.rst')
-rw-r--r-- | docs/faq.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/faq.rst b/docs/faq.rst index 9dd348f..ef52199 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -26,7 +26,7 @@ speaking the performance of a template engine doesn't matter much as the usual bottleneck in a web application is either the database or the application code. -.. _Mako: http://www.makotemplates.org/ +.. _Mako: https://www.makotemplates.org/ How Compatible is Jinja2 with Django? ------------------------------------- @@ -145,7 +145,7 @@ work in production environments:: sandbox._WHITE_LIST_C_MODULES += ['_ctypes', 'gestalt'] Credit for this snippet goes to `Thomas Johansson -<http://stackoverflow.com/questions/3086091/debug-jinja2-in-google-app-engine/3694434#3694434>`_ +<https://stackoverflow.com/questions/3086091/debug-jinja2-in-google-app-engine/3694434#3694434>`_ Why is there no Python 2.3/2.4/2.5/3.1/3.2 support? --------------------------------------------------- @@ -188,4 +188,4 @@ templates passing information to the parent template. To avoid this issue rename the macro or variable in the parent template to have an uncommon prefix. -.. _Jinja 1: http://jinja.pocoo.org/1/ +.. _Jinja 1: https://pypi.org/project/Jinja/ |