Skip to content

Commit

Permalink
fix link in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed Mar 1, 2024
1 parent fc102a7 commit a5ae232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ pip install caveclient

## Documentation

You can find full documentation on readthedocs (https://seung-lab.github.io/CAVEclient).
You can find full documentation at [seung-lab.github.io/CAVEclient](https://seung-lab.github.io/CAVEclient).
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://caveclient.readthedocs.io/en/latest/guide/authentication.html
https://seung-lab.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

0 comments on commit a5ae232

Please sign in to comment.