From eac5dd899f1692e3707c605fb8f01b9a9cfdeb7c Mon Sep 17 00:00:00 2001
From: Kabilar Gunalan <kabilar.gunalan@gmail.com>
Date: Fri, 10 Jan 2025 13:29:36 -0600
Subject: [PATCH] Update URL for DANDI Docs

---
 docs/about.md  | 2 +-
 docs/index.md  | 2 +-
 docs/upload.md | 2 +-
 mkdocs.yml     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/about.md b/docs/about.md
index b8aedea..0c58377 100644
--- a/docs/about.md
+++ b/docs/about.md
@@ -2,7 +2,7 @@
 
 ## Acknowledgements
 
-Thank you to the DANDI Archive project for setting up the documentation framework that is utilized here.  See the [DANDI Handbook](https://www.dandiarchive.org/handbook/) for more information.
+Thank you to the DANDI Archive project for setting up the documentation framework that is utilized here.  See the [DANDI Docs](https://docs.dandiarchive.org) for more information.
 
 ## License
 
diff --git a/docs/index.md b/docs/index.md
index c7c14aa..43074c9 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -17,7 +17,7 @@ motor and psychiatric disorders.
 
 The LINC documentation is meant to share information across the LINC project investigators.  If you are new to the LINC project, you can start on the [Upload data](upload.md) page for a description of how to interact with the LINC data sharing platform.
 
-Since the LINC infrastructure is a fork of the DANDI Archive, please refer to the [DANDI Docs](https://www.dandiarchive.org/handbook) for comprehensive documentation.
+Since the LINC infrastructure is a fork of the DANDI Archive, please refer to the [DANDI Docs](https://docs.dandiarchive.org) for comprehensive documentation.
 
 ## Quick Links
 
diff --git a/docs/upload.md b/docs/upload.md
index d52c58c..f767095 100644
--- a/docs/upload.md
+++ b/docs/upload.md
@@ -50,7 +50,7 @@ dandi download --preserve-tree dandi://linc/101010@draft/dataset_description.jso
 
 The above example will create a directory called `/path/to/my/staging/area/101010`. Any data files that you want to upload to the lincbrain.org dataset have to first be saved here, and organized according to the [Brain Imaging Data Structure (BIDS)](https://bids-specification.readthedocs.io/).
 
-For more information on the `--preserve-tree` option please see the [DANDI Handbook](https://www.dandiarchive.org/handbook/12_download/#download-the-dandisetyaml-file-and-a-specific-file-within-the-directory-tree-of-the-dandiset).
+For more information on the `--preserve-tree` option please see the [DANDI Docs](https://docs.dandiarchive.org/12_download/#download-the-dandisetyaml-file-and-a-specific-file-within-the-directory-tree-of-the-dandiset).
 
 ## Organize your data
 An example from a (fictional) dataset that includes dMRI and histology data from two brains is shown below. This can be used as a guide for organizing your own dataset. A few things to watch out for:
diff --git a/mkdocs.yml b/mkdocs.yml
index 3c32ca4..f91f512 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -27,7 +27,7 @@ nav:
     - Deployment: https://github.com/lincbrain/webknossos/blob/ak-dev/LINC_DEPLOYMENT.md
     - Development: https://github.com/lincbrain/webknossos/blob/ak-dev/LINC_DEVELOPMENT.md
   - Engaging Cluster: "engaging.md"
-  - DANDI Docs: https://www.dandiarchive.org/handbook
+  - DANDI Docs: https://docs.dandiarchive.org
   - API:
     - DANDI Client: https://dandi.readthedocs.io
   - Contribute documentation: "contribute.md"