Skip to content

Commit e938202

Browse files
authored
Fix h5 links in export documentation (#1970)
1 parent d32188b commit e938202

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/export.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ on the :py:class:`~pynwb.file.NWBFile` before exporting.
5353

5454
How do I create a copy of an NWB file with different data layouts (e.g., applying compression)?
5555
---------------------------------------------------------------------------------------------------------
56-
Use the `h5repack <https://docs.hdfgroup.org/hdf5/v1_14/_view_tools_edit.html>`_ command line tool from the HDF5 Group.
56+
Use the `h5repack <https://support.hdfgroup.org/documentation/hdf5/latest/_view_tools_edit.html#secViewToolsEditChange>`_ command line tool from the HDF5 Group.
5757

5858

5959
How do I create a copy of an NWB file with different controls over how links are treated and whether copies are deep or shallow?
6060
---------------------------------------------------------------------------------------------------------------------------------
61-
Use the `h5copy <https://docs.hdfgroup.org/hdf5/v1_14/_view_tools_edit.html>`_ command line tool from the HDF5 Group.
61+
Use the `h5copy <https://support.hdfgroup.org/documentation/hdf5/latest/_view_tools_edit.html#secViewToolsEditCopy>`_ command line tool from the HDF5 Group.
6262

6363

6464
How do I generate new object IDs for a newly exported NWB file?
@@ -99,7 +99,7 @@ For example:
9999
export_io.export(src_io=read_io, nwbfile=nwbfile, write_args={'link_data': False}) # copy linked datasets
100100
# the written file will contain no links to external datasets
101101
102-
You can also the `h5copy <https://docs.hdfgroup.org/hdf5/v1_14/_view_tools_edit.html>`_ command line tool \
102+
You can also the `h5copy <https://support.hdfgroup.org/documentation/hdf5/latest/_view_tools_edit.html#secViewToolsEditCopy>`_ command line tool \
103103
from the HDF5 Group.
104104

105105

0 commit comments

Comments
 (0)