From 3b2153c115e34167222f8cbf0912e3348c3603a3 Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Wed, 13 Nov 2024 17:02:52 -0600 Subject: [PATCH] fix: replace dandi-api link with dandi-archive --- DEVELOPMENT.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 293586ae3..6fa6281b1 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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.