Merge pull request #3723 from greyli/fix-intersphinx-link

Fix bad intersphinx link
This commit is contained in:
Grey Li 2020-08-07 19:19:53 +08:00 committed by GitHub
commit fd0f89ebf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ intersphinx_mapping = {
"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),
"wtforms": ("https://wtforms.readthedocs.io/", None),
"blinker": ("https://pythonhosted.org/blinker/", None),
}
issues_github_path = "pallets/flask"