From ff35ea69901f527d73580e1cdff016de59ec8f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Wed, 24 Jan 2024 02:03:57 -0600 Subject: [PATCH] docs: Update link to docs in PyPI --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 544db78..f867b26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ optional-dependencies.docs = [ "sphinx==7.2.6", "sphinx_design==0.5", ] -urls.Documentation = "https://github.com/unknown/pep610#readme" +urls.Documentation = "https://pep610.readthedocs.io" urls.Issues = "https://github.com/unknown/pep610/issues" urls.Source = "https://github.com/unknown/pep610"