Skip to content

Commit 293af8c

Browse files
stephprincerly
andauthored
Update dandi archive urls (#2142)
* update dandi archive urls * Apply suggestion from @stephprince * fix links --------- Co-authored-by: Ryan Ly <[email protected]>
1 parent a0c2fc6 commit 293af8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/gallery/general/plot_read_basics.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
An :py:class:`~pynwb.file.NWBFile` represents a single session of an experiment.
1111
It contains all the data of that session and the metadata required to understand the data.
1212
13-
We will demonstrate how to use the `DANDI <https://gui.dandiarchive.org/>`_ neurophysiology data archive to access
13+
We will demonstrate how to use the `DANDI <https://dandiarchive.org/>`_ neurophysiology data archive to access
1414
the data in two different ways: (1) by downloading it to your computer and (2) streaming it.
1515
1616
We will briefly show tools for exploring NWB Files interactively and refer the reader to the
@@ -32,22 +32,22 @@
3232

3333

3434
####################
35-
# We will access NWB data on the `DANDI Archive <https://gui.dandiarchive.org/>`_,
35+
# We will access NWB data on the `DANDI Archive <https://dandiarchive.org/>`_,
3636
# and demonstrate reading one session of an experiment by
3737
# `Chandravadia et al. (2020) <https://www.nature.com/articles/s41597-020-0415-9>`_. In this study,
3838
# the authors recorded single neuron activity from the medial temporal lobes of human subjects
3939
# while they performed a recognition memory task.
4040
#
4141
# Download the data
4242
# -----------------
43-
# First, we will demonstrate how to download an NWB data file from `DANDI <https://gui.dandiarchive.org/>`_
43+
# First, we will demonstrate how to download an NWB data file from `DANDI <https://dandiarchive.org/>`_
4444
# to your machine.
4545
#
4646
# Download using the DANDI Web UI
4747
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4848
# You can download files directly from the DANDI website.
4949
#
50-
# 1. Go to the DANDI archive and open `this <https://gui.dandiarchive.org/dandiset/000004/draft>`_ dataset
50+
# 1. Go to the DANDI archive and open `this <https://dandiarchive.org/dandiset/000004/draft>`_ dataset
5151
# 2. List the files in this dataset by clicking the "Files" button in Dandiset Actions (top right column of the page).
5252
#
5353
# .. image:: ../../_static/demo_dandi_view_files_in_dataset.png

0 commit comments

Comments
 (0)