From e16f59381f15e9586afc82a492f6d0bdc117ade0 Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:37:21 -0500 Subject: [PATCH] Updated docs link in toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abdb41c..1ec18a8 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://package.readthedocs.io/" +"Documentation" = "https://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"