From 3b32c9e2f8dcdd2b71b6102c094ce83d41fd8d0a Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Fri, 10 Jan 2025 14:55:12 -0600 Subject: [PATCH] Update URL for DANDI Docs --- docs/tutorials/multiple_sessions.rst | 2 +- .../core/components/pages/documentation/Documentation.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/multiple_sessions.rst b/docs/tutorials/multiple_sessions.rst index 88536e77f..01ce8ca96 100644 --- a/docs/tutorials/multiple_sessions.rst +++ b/docs/tutorials/multiple_sessions.rst @@ -85,7 +85,7 @@ but could later block progress if left unspecified. In this case, we have two subjects with two sessions each. Let's say that each of their sessions happened close enough in time that they can be identified using the same **age** entry: ``P29W`` for ``mouse1`` and ``P30W`` for ``mouse2``. -We should also indicate the ``sex`` of each subject since this is a requirement for `uploading to the DANDI Archive `_. +We should also indicate the ``sex`` of each subject since this is a requirement for `uploading to the DANDI Archive `_. .. figure:: ../assets/tutorials/multiple/subject-complete.png :align: center diff --git a/src/electron/frontend/core/components/pages/documentation/Documentation.js b/src/electron/frontend/core/components/pages/documentation/Documentation.js index 8a3b62dbe..6d5c335e3 100644 --- a/src/electron/frontend/core/components/pages/documentation/Documentation.js +++ b/src/electron/frontend/core/components/pages/documentation/Documentation.js @@ -81,7 +81,7 @@ export class DocumentationPage extends Page {

For help on creating a Dandiset and uploading to DANDI, please see the - DANDI Documentation.