Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix old domains in docs/error message #168

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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