Skip to content

Commit ba384c6

Browse files
authored
Merge pull request #1561 from kabilar/docs
Update URL for DANDI Docs
2 parents 6d04829 + 6863c9b commit ba384c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ Run `dandi --help` or `dandi <subcommand> --help` (e.g. `dandi upload --help`) t
7878
## Resources
7979
8080
* To learn how to interact with the DANDI Archive and for examples on how to use the DANDI Client in various use cases,
81-
see [the handbook](https://www.dandiarchive.org/handbook/)
81+
see the [DANDI Docs](https://docs.dandiarchive.org)
8282
(specifically the sections on using the CLI to
83-
[download](https://www.dandiarchive.org/handbook/12_download/) and
84-
[upload](https://www.dandiarchive.org/handbook/13_upload/) `Dandisets`).
83+
[download](https://docs.dandiarchive.org/12_download/) and
84+
[upload](https://docs.dandiarchive.org/13_upload/) `Dandisets`).
8585
8686
* To get help:
8787
- ask a question: https://github.com/dandi/helpdesk/discussions

dandi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
- `Source Git repository <https://github.com/dandi/dandi-cli>`_
1212
- `Library documentation <https://dandi.readthedocs.io/>`_
13-
- `DANDI Archive handbook <https://www.dandiarchive.org/handbook/>`_
13+
- `DANDI Docs <https://docs.dandiarchive.org>`_
1414
"""
1515

1616
import logging

0 commit comments

Comments
 (0)