From a7f2799c5de2f2db9714ec6de6cba54f5bff5b33 Mon Sep 17 00:00:00 2001 From: Ben Pedigo Date: Thu, 21 Mar 2024 09:46:46 -0700 Subject: [PATCH] fix a few lingering old domains --- caveclient/base.py | 2 +- docs/tutorials/l2cache.md | 2 +- mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/caveclient/base.py b/caveclient/base.py index 7fa4e139..ada7fa5e 100644 --- a/caveclient/base.py +++ b/caveclient/base.py @@ -105,7 +105,7 @@ def _check_authorization_redirect(response): {first_url} with the current auth configuration.\n Read the documentation at -https://seung-lab.github.io/CAVEclient/tutorials/authentication/ +https://caveconnectome.github.io/CAVEclient/tutorials/authentication/ or follow instructions under client.auth.get_new_token() for how to set a valid API token. after initializing a global client with diff --git a/docs/tutorials/l2cache.md b/docs/tutorials/l2cache.md index d4e1f99a..06767ab2 100644 --- a/docs/tutorials/l2cache.md +++ b/docs/tutorials/l2cache.md @@ -10,7 +10,7 @@ supervoxels that are locally connected to one another within a single level 2 spatial "chunk" of the data. The Level 2 Cache, is a service whose job it is to track and update relevant statistics about every level 2 node within the a chunkedgraph. The source code of this service -can be found [here](https://github.com/seung-lab/pcgl2cache). +can be found [here](https://github.com/CAVEconnectome/PCGL2Cache). ## Finding Level 2 Nodes diff --git a/mkdocs.yml b/mkdocs.yml index c2c9294a..d88d5889 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -150,7 +150,7 @@ plugins: extra: social: - icon: fontawesome/brands/github - link: https://github.com/seung-lab/CAVEclient + link: https://github.com/CAVEconnectome/CAVEclient name: Github version: provider: mike