From d7b3dd6fc0a2e2054f900e759f96e00c5e2b3cbf Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Wed, 7 May 2025 19:35:22 +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 d54ec78..b7a1723 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_cuda" Issues = "https://gitlab.eclipse.org/eclipse/aidge/aidge_backend_cuda/-/issues" Changelog = "https://gitlab.eclipse.org/eclipse/aidge/aidge_backend_cuda/-/releases" -- GitLab