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: replace dandi-api link with dandi-archive #1524

Merged
merged 1 commit into from
Nov 14, 2024
Merged
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
8 changes: 4 additions & 4 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ you can also run `tox` with `lint` and `typing`:
tox -e lint,typing
```

### dandi-api instance
### dandi-archive instance

The [dandi-api](https://github.com/dandi/dandi-api) repository provides a
docker-compose recipe for establishing a local instance of a fresh dandi-api.
The [dandi-archive](https://github.com/dandi/dandi-archive) repository provides a
docker-compose recipe for establishing a local instance of a fresh dandi-archive.
See
[README.md:Docker](https://github.com/dandi/dandi-api#develop-with-docker-recommended-quickstart)
[DEVELOPMENT.md:Docker](https://github.com/dandi/dandi-archive/blob/master/DEVELOPMENT.md#develop-with-docker-recommended-quickstart)
for the instructions. In a new instance, you would need to generate a new API
key to be used by the `dandi` client for upload etc.

Expand Down
Loading