From 3cd2b678bf1f971d107a55240f9a12fa8e1a8df5 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Wed, 7 Feb 2024 20:17:53 -0600 Subject: Fix broken links caused by examples relocation. (#3995) --- doc/parallel-compression.md | 4 ++-- 1 file 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 -- cgit v0.12