Fix Pocoo documentation links

This commit is contained in:
Daniel Neuhäuser 2014-04-26 01:20:12 +02:00
parent 16308bf675
commit 20edb3189c
5 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@ Installation
============
Flask depends on some external libraries, like `Werkzeug
<http://werkzeug.pocoo.org/>`_ and `Jinja2 <http://jinja.pocoo.org/2/>`_.
<http://werkzeug.pocoo.org/>`_ and `Jinja2 <http://jinja.pocoo.org/>`_.
Werkzeug is a toolkit for WSGI, the standard Python interface between web
applications and a variety of servers for both development and deployment.
Jinja2 renders templates.