From f137622fc1c4d1bc875235f7c30e97bc01600a2b Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Wed, 7 May 2025 19:23:07 +0000 Subject: [PATCH] Fix documentation link. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98bc0d04..b3691ea3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dynamic = ["version"] # defined by pbr [project.urls] Homepage = "https://www.deepgreen.ai/en/platform" -Documentation = "https://eclipse-aidge.readthedocs.io/en/latest/" +Documentation = "https://eclipse.dev/aidge/" Repository = "https://gitlab.eclipse.org/eclipse/aidge/aidge_backend_cpu" Issues = "https://gitlab.eclipse.org/eclipse/aidge/aidge_backend_cpu/-/issues" Changelog = "https://gitlab.eclipse.org/eclipse/aidge/aidge_backend_cpu/-/releases" -- GitLab