From e94c4d41eff1359612308441af831b403e5c3e30 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Thu, 15 Dec 2022 09:12:09 -0800 Subject: [PATCH] Update doc URL in `pyproject.toml` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f9ae620db22c..324f26c3f7bc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ classifiers = [ [project.urls] homepage = 'https://pandas.pydata.org' -documentation = 'https://pandas.pydata.org/pandas-docs/stable' +documentation = 'https://pandas.pydata.org/docs/' repository = 'https://github.com/pandas-dev/pandas' [project.entry-points."pandas_plotting_backends"]