Replace old pocoo links everywhere

pocco.org -> palletsprojects.com
This commit is contained in:
Grey Li 2019-11-15 12:27:44 +08:00 committed by David Lord
parent d49cfb35d4
commit ef434ea998
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
12 changed files with 13 additions and 13 deletions

View file

@ -11,7 +11,7 @@ An extension can depend on Jinja2 being present.
This section only gives a very quick introduction into how Jinja2
is integrated into Flask. If you want information on the template
engine's syntax itself, head over to the official `Jinja2 Template
Documentation <http://jinja.pocoo.org/docs/templates/>`_ for
Documentation <https://jinja.palletsprojects.com/templates/>`_ for
more information.
Jinja Setup