From fad54516814fb7a26ae308d2cb8599b37b23c71a Mon Sep 17 00:00:00 2001 From: Caitao Zhan Date: Wed, 20 Nov 2024 13:04:18 -0600 Subject: [PATCH] [minor] fix documentation url link --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cca766ab..a51a7ae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,6 @@ sequence = ["gui/user_templates.json", "gui/default_params.json", "gui/starlight [project.urls] Homepage = "https://github.com/sequence-toolbox/SeQUeNCe" -Documentation = "sequence-rtd-tutorial.readthedocs.io/" +Documentation = "https://sequence-rtd-tutorial.readthedocs.io/" Issues = "https://github.com/sequence-toolbox/SeQUeNCe/issues" Changelog = "https://github.com/sequence-toolbox/SeQUeNCe/blob/master/CHANGELOG.md"