Skip to content

Commit

Permalink
Merge pull request #1524 from asmacdo/s-api-archive
Browse files Browse the repository at this point in the history
fix: replace dandi-api link with dandi-archive
  • Loading branch information
yarikoptic authored Nov 14, 2024
2 parents 6aa414c + 3b2153c commit 5066cca
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 5066cca

Please sign in to comment.