From 4f7050e88bc5f6ffc1ef1c21b103e3c46ff1d572 Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Mon, 13 Jan 2025 09:12:44 -0600 Subject: [PATCH] Update URL for DANDI Docs (#1210) * Update URL for DANDI Docs * Update changelog --- CHANGELOG.md | 6 ++++++ notebooks/05_Export.ipynb | 4 ++-- notebooks/py_scripts/05_Export.py | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b85fda6b..0e0626b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.5.5] (TBD) + +### Infrastructure + +- Update URL for DANDI Docs #1210 + ## [0.5.4] (December 20, 2024) ### Infrastructure diff --git a/notebooks/05_Export.ipynb b/notebooks/05_Export.ipynb index 2f540f849..af66a998d 100644 --- a/notebooks/05_Export.ipynb +++ b/notebooks/05_Export.ipynb @@ -928,9 +928,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The first step you will need to do is to [create a Dandi account](https://www.dandiarchive.org/handbook/16_account/). \n", + "The first step you will need to do is to [create a Dandi account](https://docs.dandiarchive.org/16_account/). \n", "With this account you can then [register a new dandiset](https://dandiarchive.org/dandiset/create) by providing a name and basic metadata. \n", - "Dandi's instructions for these steps are available [here](https://www.dandiarchive.org/handbook/13_upload/).\n", + "Dandi's instructions for these steps are available [here](https://docs.dandiarchive.org/13_upload/).\n", "\n", "The key information you will need from your registration is the `dandiset ID` and your account `api_key`, both of which are available from your registered account.\n", "\n", diff --git a/notebooks/py_scripts/05_Export.py b/notebooks/py_scripts/05_Export.py index 7cf0183c0..ba4aa1f3c 100644 --- a/notebooks/py_scripts/05_Export.py +++ b/notebooks/py_scripts/05_Export.py @@ -252,9 +252,9 @@ # ### Dandiset Upload -# The first step you will need to do is to [create a Dandi account](https://www.dandiarchive.org/handbook/16_account/). +# The first step you will need to do is to [create a Dandi account](https://docs.dandiarchive.org/16_account/). # With this account you can then [register a new dandiset](https://dandiarchive.org/dandiset/create) by providing a name and basic metadata. -# Dandi's instructions for these steps are available [here](https://www.dandiarchive.org/handbook/13_upload/). +# Dandi's instructions for these steps are available [here](https://docs.dandiarchive.org/13_upload/). # # The key information you will need from your registration is the `dandiset ID` and your account `api_key`, both of which are available from your registered account. #