From ed32972cbc597d5b9a0c0c9d04f0b5d239b28d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Neuh=C3=A4user?= Date: Sun, 16 Jan 2011 02:36:34 +0100 Subject: [PATCH] http://jinja.pocoo.org/2/ -> http://jinja.pocoo.org/ This closes issue #607 --- doc/intro.rst | 2 +- doc/web/quickstart.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/intro.rst b/doc/intro.rst index caff141d0..3e4c4da29 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -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/ diff --git a/doc/web/quickstart.rst b/doc/web/quickstart.rst index bd0f71a73..96d6fca1e 100644 --- a/doc/web/quickstart.rst +++ b/doc/web/quickstart.rst @@ -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 -`_ is: +`_ is: .. sourcecode:: html+jinja