Skip to content

Commit 4792a7b

Browse files
docs: fix link for pandas (#3025)
1 parent a86292d commit 4792a7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/sources/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"numpy": ("https://numpy.org/doc/stable", None),
8787
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
8888
"matplotlib": ("https://matplotlib.org/stable/", None),
89-
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
89+
"pandas": ("https://pandas.pydata.org/docs/", None),
9090
"joblib": ("https://joblib.readthedocs.io/en/latest/", None),
9191
"seaborn": ("https://seaborn.pydata.org/", None),
9292
"skops": ("https://skops.readthedocs.io/en/stable/", None),

0 commit comments

Comments
 (0)