summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2024-02-08 02:17:53 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2024-02-14 22:08:32 (GMT)
commit3cd2b678bf1f971d107a55240f9a12fa8e1a8df5 (patch)
treefbac1615dadd918423a8787dd0e1ffb415c5ae70
parent5153821799958d142e6625a97e4ac1de0a777b0c (diff)
downloadhdf5-3cd2b678bf1f971d107a55240f9a12fa8e1a8df5.zip
hdf5-3cd2b678bf1f971d107a55240f9a12fa8e1a8df5.tar.gz
hdf5-3cd2b678bf1f971d107a55240f9a12fa8e1a8df5.tar.bz2
Fix broken links caused by examples relocation. (#3995)
-rw-r--r--doc/parallel-compression.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/parallel-compression.md b/doc/parallel-compression.md
index b3a4592..484f501 100644
--- a/doc/parallel-compression.md
+++ b/doc/parallel-compression.md
@@ -64,9 +64,9 @@ H5Dwrite(..., dxpl_id, ...);
The following are two simple examples of using the parallel
compression feature:
-[ph5_filtered_writes.c](https://github.com/HDFGroup/hdf5/blob/hdf5_1_14/examples/ph5_filtered_writes.c)
+[ph5_filtered_writes.c](https://github.com/HDFGroup/hdf5/blob/hdf5_1_14/HDF5Examples/C/H5PAR/ph5_filtered_writes.c)
-[ph5_filtered_writes_no_sel.c](https://github.com/HDFGroup/hdf5/blob/hdf5_1_14/examples/ph5_filtered_writes_no_sel.c)
+[ph5_filtered_writes_no_sel.c](https://github.com/HDFGroup/hdf5/blob/hdf5_1_14/HDF5Examples/C/H5PAR/ph5_filtered_writes_no_sel.c)
The former contains simple examples of using the parallel
compression feature to write to compressed datasets, while the