From cfe78ae0efcebe2426cfa1b5ebb346119648d55d Mon Sep 17 00:00:00 2001 From: "J. Hariharan" Date: Tue, 21 Feb 2023 09:52:23 -0600 Subject: [PATCH] update docs link (#89) * update docs link update link to documentation in pyproject.toml file * Update pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9a6a5fb..ebc7ad5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,9 +35,9 @@ doc = [ ] [project.urls] -homepage = "https://github.com/USGS-python/dataretrieval" -documentation = "https://usgs-python.github.io/dataretrieval" -repository = "https://github.com/USGS-python/dataretrieval.git" +homepage = "https://github.com/DOI-USGS/dataretrieval-python" +documentation = "https://doi-usgs.github.io/dataretrieval-python/" +repository = "https://github.com/DOI-USGS/dataretrieval-python.git" [tool.setuptools_scm] write_to = "dataretrieval/_version.py"