Skip to content

Commit

Permalink
Fix a few lingering old domains (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo authored Mar 22, 2024
1 parent 0c448c5 commit f549360
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion caveclient/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/l2cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f549360

Please sign in to comment.