diff --git a/README.md b/README.md index 26e1231e3..c555c2a22 100644 --- a/README.md +++ b/README.md @@ -78,10 +78,10 @@ Run `dandi --help` or `dandi --help` (e.g. `dandi upload --help`) t ## Resources * To learn how to interact with the DANDI Archive and for examples on how to use the DANDI Client in various use cases, -see [the handbook](https://www.dandiarchive.org/handbook/) +see the [DANDI Docs](https://docs.dandiarchive.org) (specifically the sections on using the CLI to -[download](https://www.dandiarchive.org/handbook/12_download/) and -[upload](https://www.dandiarchive.org/handbook/13_upload/) `Dandisets`). +[download](https://docs.dandiarchive.org/12_download/) and +[upload](https://docs.dandiarchive.org/13_upload/) `Dandisets`). * To get help: - ask a question: https://github.com/dandi/helpdesk/discussions diff --git a/dandi/__init__.py b/dandi/__init__.py index a4a963c08..6c16897b0 100644 --- a/dandi/__init__.py +++ b/dandi/__init__.py @@ -10,7 +10,7 @@ - `Source Git repository `_ - `Library documentation `_ -- `DANDI Archive handbook `_ +- `DANDI Docs `_ """ import logging