This closes issue #607
This commit is contained in:
Daniel Neuhäuser
2011-01-16 02:36:34 +01:00
parent 8695baa764
commit ed32972cbc
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ If you use **Python 2.4** you also need uuid_.
.. _reStructuredText: http://docutils.sf.net/rst.html
.. _docutils: http://docutils.sf.net/
.. _Jinja2: http://jinja.pocoo.org/2/
.. _Jinja2: http://jinja.pocoo.org/
.. _Pygments: http://pygments.org/
.. The given homepage is only a directory listing so I'm using the pypi site.
.. _uuid: http://pypi.python.org/pypi/uuid/

View File

@@ -61,7 +61,7 @@ This will return a dictionary containing the following items:
This dict can then be used as context for templates. The goal is to be easy to
integrate with your existing templating system. An example using `Jinja2
<http://jinja.pocoo.org/2/>`_ is:
<http://jinja.pocoo.org/>`_ is:
.. sourcecode:: html+jinja