Replace old pocoo links everywhere
pocco.org -> palletsprojects.com
This commit is contained in:
parent
d49cfb35d4
commit
ef434ea998
12 changed files with 13 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue