Skip to content

Commit

Permalink
fix: replace dandi-api link with dandi-archive
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Nov 13, 2024
1 parent d5c4a3f commit 3b2153c
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 3b2153c

Please sign in to comment.