From 02367edab6af951187b3d87335b31bba7629e53e Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Mon, 5 Aug 2024 14:14:50 -0700 Subject: [PATCH] Fix typo in documentation URL --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26ddb0e..40d51f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ version-file = "_version.py" # TODO: add URLs before release [project.urls] "Homepage" = "https://github.com/hed-standard/ndx-hed" -"Documentation" = "https://https://www.hed-resources.org/en/latest/HedAnnotationInNWB.html" +"Documentation" = "https://www.hed-resources.org/en/latest/HedAnnotationInNWB.html" "Bug Tracker" = "https://github.com/hed-standard/ndx-hed/issues" "Discussions" = "https://github.com/hed-standard/ndx-hed/discussions" "Changelog" = "https://github.com/hed-standard/ndx-hed/CHANGELOG.md"