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.