]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
fixes #242, deletes link to Jinja 1 docs. 988/head
authorTerry N. Brown <Brown.TerryN@epa.gov>
Mon, 6 May 2019 16:33:13 +0000 (12:33 -0400)
committerTerry N. Brown <Brown.TerryN@epa.gov>
Mon, 6 May 2019 16:33:13 +0000 (12:33 -0400)
This just fixes a broken link by deleteing it.

I'm assuming Jinja 1 docs. aren't readily available anymore.
I looked for a git tag for version 1 as an alternative target,
but didn't see that either.

docs/faq.rst

index 624a797a42941027a4bdfee98f2eb6c142cff8dd..114d106008466a38906441d1dfb1e6735bc40fae 100644 (file)
@@ -153,7 +153,7 @@ Why is there no Python 2.3/2.4/2.5/3.1/3.2 support?
 Python 2.3 is missing a lot of features that are used heavily in Jinja2.  This
 decision was made as with the upcoming Python 2.6 and 3.0 versions it becomes
 harder to maintain the code for older Python versions.  If you really need
-Python 2.3 support you either have to use `Jinja 1`_ or other templating
+Python 2.3 support you either have to use Jinja 1 or other templating
 engines that still support 2.3.
 
 Python 2.4/2.5/3.1/3.2 support was removed when we switched to supporting
@@ -188,4 +188,3 @@ 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/