diff --git a/docs/gallery/general/plot_read_basics.py b/docs/gallery/general/plot_read_basics.py
index d800adbe5..212c5434e 100644
--- a/docs/gallery/general/plot_read_basics.py
+++ b/docs/gallery/general/plot_read_basics.py
@@ -83,7 +83,7 @@
# .. seealso::
#
# Learn about all the different ways you can download data from the DANDI Archive
-# `here `_
+# `here `_
#
# .. seealso:: Streaming data
#
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 08becc097..741eb5975 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -159,7 +159,7 @@ def __call__(self, filename):
'pynwb': ('https://github.com/NeurodataWithoutBorders/pynwb/%s', '%s'),
'nwb_overview': ('https://nwb-overview.readthedocs.io/en/latest/%s', '%s'),
'hdmf-docs': ('https://hdmf.readthedocs.io/en/stable/%s', '%s'),
- 'dandi': ('https://www.dandiarchive.org/%s', '%s'),
+ 'dandi': ('https://dandiarchive.org/%s', '%s'),
"nwbinspector": ("https://nwbinspector.readthedocs.io/en/dev/%s", "%s"),
'hdmf-zarr': ('https://hdmf-zarr.readthedocs.io/en/stable/%s', '%s'),
}