From b197b7e373dfdc5198f1ea7747a979c640624af7 Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Thu, 22 Feb 2024 14:48:56 -0600 Subject: [PATCH] Remove markdown formatted links --- docs/13_upload.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/13_upload.md b/docs/13_upload.md index cdafa31e..72062ed0 100644 --- a/docs/13_upload.md +++ b/docs/13_upload.md @@ -15,12 +15,12 @@ button. ## Create a Dandiset and Add Data -You can create a new Dandiset at [http://dandiarchive.org](http://dandiarchive.org). This Dandiset can be fully +You can create a new Dandiset at https://dandiarchive.org. This Dandiset can be fully public or embargoed according to NIH policy. When you create a Dandiset, a permanent ID is automatically assigned to it. To prevent the production server from being inundated with test Dandisets, we encourage developers to develop -against the development server ([https://gui-staging.dandiarchive.org/](https://gui-staging.dandiarchive.org/)). Note +against the development server (https://gui-staging.dandiarchive.org/). Note that the development server should not be used to stage your data. All data are uploaded as draft and can be adjusted before publishing on the production server. The development server is primarily used by users learning to use DANDI or by developers.