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