update blinker intersphinx link

This commit is contained in:
David Lord 2022-07-24 19:35:28 -07:00
parent 4f01c68a4b
commit 2869ddf50c
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -29,7 +29,7 @@ intersphinx_mapping = {
"itsdangerous": ("https://itsdangerous.palletsprojects.com/", None),
"sqlalchemy": ("https://docs.sqlalchemy.org/", None),
"wtforms": ("https://wtforms.readthedocs.io/", None),
"blinker": ("https://pythonhosted.org/blinker/", None),
"blinker": ("https://blinker.readthedocs.io/", None),
}
issues_github_path = "pallets/flask"