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

@ -125,7 +125,7 @@ special variable available inside `Jinja for loops`_. It's used to
display a line after each post except the last one, to visually separate
them.
.. _Jinja for loops: http://jinja.pocoo.org/docs/templates/#for
.. _Jinja for loops: https://jinja.palletsprojects.com/templates/#for
Create

View file

@ -31,7 +31,7 @@ statement like ``if`` and ``for``. Unlike Python, blocks are denoted
by start and end tags rather than indentation since static text within
a block could change indentation.
.. _Jinja: http://jinja.pocoo.org/docs/templates/
.. _Jinja: https://jinja.palletsprojects.com/templates/
.. _HTML: https://developer.mozilla.org/docs/Web/HTML