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
|
|
@ -3,7 +3,7 @@ Flaskr
|
|||
|
||||
The basic blog app built in the Flask `tutorial`_.
|
||||
|
||||
.. _tutorial: http://flask.pocoo.org/docs/tutorial/
|
||||
.. _tutorial: https://flask.palletsprojects.com/tutorial/
|
||||
|
||||
|
||||
Install
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ with io.open("README.rst", "rt", encoding="utf8") as f:
|
|||
setup(
|
||||
name="flaskr",
|
||||
version="1.0.0",
|
||||
url="http://flask.pocoo.org/docs/tutorial/",
|
||||
url="https://flask.palletsprojects.com/tutorial/",
|
||||
license="BSD",
|
||||
maintainer="Pallets team",
|
||||
maintainer_email="contact@palletsprojects.com",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue