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.
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
issue rename the macro or variable in the parent template to have an
uncommon prefix.
-.. _Jinja 1: http://jinja.pocoo.org/1/