diff --git a/doc/source/conf.py b/doc/source/conf.py index d2404b757ca11..ee0d4ca3f2a24 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -410,7 +410,7 @@ intersphinx_mapping = { "dateutil": ("https://dateutil.readthedocs.io/en/latest/", None), "matplotlib": ("https://matplotlib.org/", None), - "numpy": ("https://docs.scipy.org/doc/numpy/", None), + "numpy": ("https://numpy.org/doc/stable/", None), "pandas-gbq": ("https://pandas-gbq.readthedocs.io/en/latest/", None), "py": ("https://pylib.readthedocs.io/en/latest/", None), "python": ("https://docs.python.org/3/", None),