From 1d906e2cb35be36dcac3e79c9f79826ab7eb306c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Tue, 3 Sep 2024 18:08:56 +0200 Subject: [PATCH] Fix doc link in project --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1689ca4..521ccaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ doc = ["sphinx", "myst-parser", "sphinx_rtd_theme", "sphinx-autodoc-typehints"] [project.urls] Home = "https://github.com/doctorado-ml/odte" -Docs = "https://odte.readthedocs.io/en/latest/index.html" +Docs = "https://odte.readthedocs.io" [tool.hatch.version] path = "odte/_version.py"