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
|
|
@ -15,7 +15,7 @@ page. Demonstrates using |XMLHttpRequest|_, |fetch|_, and
|
|||
.. |jQuery.ajax| replace:: ``jQuery.ajax``
|
||||
.. _jQuery.ajax: https://api.jquery.com/jQuery.ajax/
|
||||
|
||||
.. _Flask docs: http://flask.pocoo.org/docs/patterns/jquery/
|
||||
.. _Flask docs: https://flask.palletsprojects.com/patterns/jquery/
|
||||
|
||||
|
||||
Install
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ with io.open("README.rst", "rt", encoding="utf8") as f:
|
|||
setup(
|
||||
name="js_example",
|
||||
version="1.0.0",
|
||||
url="http://flask.pocoo.org/docs/patterns/jquery/",
|
||||
url="https://flask.palletsprojects.com/patterns/jquery/",
|
||||
license="BSD",
|
||||
maintainer="Pallets team",
|
||||
maintainer_email="contact@palletsprojects.com",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue