From de93c18b0220d5045f4e38562fca1859607029d5 Mon Sep 17 00:00:00 2001 From: Beon de Nood Date: Sat, 2 May 2026 11:11:42 -0400 Subject: [PATCH] docs: fix Documentation URL in PyPI metadata Old URL docs.capisc.io/cli returns 404. Updated to the actual published path at /reference/wrappers/python/. Fixes: DOCS_REMEDIATION_PLAN P2-4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f878522..86917d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ capiscio = "capiscio.cli:main" [project.urls] Homepage = "https://capisc.io" -Documentation = "https://docs.capisc.io/cli" +Documentation = "https://docs.capisc.io/reference/wrappers/python/" Repository = "https://github.com/capiscio/capiscio-python" Issues = "https://github.com/capiscio/capiscio-python/issues"