Skip to content

Commit

Permalink
Fix broken hdmf-zarr doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Dec 23, 2024
1 parent a15cef5 commit 1c8dc44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf_extlinks.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'nwb-schema-src': ('https://github.com/NeurodataWithoutBorders/nwb-schema/%s', '%s'),
'hdmf-common-schema-docs': ('https://hdmf-common-schema.readthedocs.io/en/stable/%s', '%s'),
'hdmf-common-schema-src': ('https://github.com/hdmf-dev/hdmf-common-schema/%s', '%s'),
'hdmf-z-docs': ('https://hdmf-zarr.readthedocs.io/en/latest/%s', '%s'),
'hdmf-z-docs': ('https://hdmf-zarr.readthedocs.io/en/stable/%s', '%s'),
'hdmf-z-src': ('https://github.com/hdmf-dev/hdmf-zarr/%s', '%s'),
'nwb-github-org': ('https://github.com/NeurodataWithoutBorders/%s', '%s'),
'hdmf-github-org': ('https://github.com/hdmf-dev/%s', '%s'),
Expand Down Expand Up @@ -66,7 +66,7 @@
'matplotlib': ('https://matplotlib.org/stable/', None),
'h5py': ('https://docs.h5py.org/en/latest/', None),
'hdmf': ('https://hdmf.readthedocs.io/en/stable/', None),
'hdmf-z': ('https://hdmf-zarr.readthedocs.io/en/latest/', None),
'hdmf-z': ('https://hdmf-zarr.readthedocs.io/en/stable/', None),
'pynwb': ('https://pynwb.readthedocs.io/en/stable/', None),
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
'neuroconv': ('https://neuroconv.readthedocs.io/en/main/', None),
Expand Down

0 comments on commit 1c8dc44

Please sign in to comment.