diff --git a/docs/conf.py b/docs/conf.py index ae2922d7..f0be0722 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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"