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

@ -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

View file

@ -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",