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

@ -23,7 +23,7 @@ intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"werkzeug": ("https://werkzeug.palletsprojects.com/", None),
"click": ("https://click.palletsprojects.com/", None),
"jinja": ("http://jinja.pocoo.org/docs/", None),
"jinja": ("https://jinja.palletsprojects.com/", None),
"itsdangerous": ("https://itsdangerous.palletsprojects.com/", None),
"sqlalchemy": ("https://docs.sqlalchemy.org/", None),
"wtforms": ("https://wtforms.readthedocs.io/en/stable/", None),