diff --git a/docs/conf.py b/docs/conf.py index 217293411ed29e412e6fe316cfe83d2e9656cca9..c399c727ba97465d0518fdf9b484ca92f92e0d9f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -83,7 +83,7 @@ html_theme_options = { # Specify a base_url used to generate sitemap.xml. If not # specified, then no sitemap will be built. - # 'base_url': 'https://github.com/USGS-Astrogeology/SpiceQL', + # 'base_url': 'https://github.com/DOI-USGS/SpiceQL', # Set the color and the accent color 'color_primary': '#000000', @@ -92,7 +92,7 @@ html_theme_options = { 'logo_icon': '', # Set the repo location to get a badge with stats - 'repo_url': 'https://github.com/USGS-Astrogeology/SpiceQL', + 'repo_url': 'https://github.com/DOI-USGS/SpiceQL', 'repo_name': 'Project', # Visible levels of the global TOC; -1 means unlimited diff --git a/docs/reference/tutorials.rst b/docs/reference/tutorials.rst index 04ff71cd5b6a7f013c26614163c4ed48462f08bd..6fdc234a071963a84639e5b826953d5eaac65957 100644 --- a/docs/reference/tutorials.rst +++ b/docs/reference/tutorials.rst @@ -19,7 +19,7 @@ Here are some resources: * Useful glossary of terms: https://isis.astrogeology.usgs.gov/documents/Glossary/Glossary.html * Kerneldbgen, used to create ISIS DB files, docs has useful descriptions of Kernel qualities: https://isis.astrogeology.usgs.gov/Application/presentation/Tabbed/kerneldbgen/kerneldbgen.html * NAIF required reading on SPICE: https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/req/index.html -* ISIS repo, for more general information, many wikis: https://github.com/USGS-Astrogeology/ISIS3/pulls?q=is%3Apr+is%3Aclosed +* ISIS repo, for more general information, many wikis: https://github.com/DOI-USGS/ISIS3/pulls?q=is%3Apr+is%3Aclosed Creating New Mission Config Files ================================= diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 11b31ba0068f3ae2058024cf05e1bb2434257bbc..65166d2fd4b86b7c97abf8a8407365cad8e13101 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -3,7 +3,7 @@ package: version: 0.0.1 # {{ environ.get("GIT_DESCRIBE_TAG", "") }} source: - git_url: https://github.com/USGS-Astrogeology/SpiceQL.git + git_url: https://github.com/DOI-USGS/SpiceQL.git build: string: {{ environ.get("GIT_DESCRIBE_HASH", "dev") }}