summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2024-02-08 02:17:53 (GMT)
committerGitHub <noreply@github.com>2024-02-08 02:17:53 (GMT)
commit0ee99a66560422fc20864236a83bdcd0103d8f64 (patch)
tree90241e5b81bdc4414a2d7fb3bedbe29671795be8
parent49cce9173f6e43ffda2924648d863dcb4d636993 (diff)
downloadhdf5-0ee99a66560422fc20864236a83bdcd0103d8f64.zip
hdf5-0ee99a66560422fc20864236a83bdcd0103d8f64.tar.gz
hdf5-0ee99a66560422fc20864236a83bdcd0103d8f64.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 efe685c..f55e6b3 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/develop/examples/ph5_filtered_writes.c)
+[ph5_filtered_writes.c](https://github.com/HDFGroup/hdf5/blob/develop/HDF5Examples/C/H5PAR/ph5_filtered_writes.c)
-[ph5_filtered_writes_no_sel.c](https://github.com/HDFGroup/hdf5/blob/develop/examples/ph5_filtered_writes_no_sel.c)
+[ph5_filtered_writes_no_sel.c](https://github.com/HDFGroup/hdf5/blob/develop/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