From 8303191320631069f165b7790386183e3f74517f Mon Sep 17 00:00:00 2001 From: Binh-Minh Date: Tue, 21 May 2024 15:37:20 -0400 Subject: [PATCH] Fixed link to Filters page. Forum post #12321 --- src/H5PLmodule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5PLmodule.h b/src/H5PLmodule.h index 4d0396a5bf5..cccdf6ef506 100644 --- a/src/H5PLmodule.h +++ b/src/H5PLmodule.h @@ -162,7 +162,7 @@ * * \subsubsection subsubsec_filter_plugins_prog_write Writing a Filter Function * The HDF5 filter function for the dynamically loaded filter feature should be written as any custom filter - * described in Custom Filters. See the + * described in Custom Filters. See the * “Example” section, section 5, of that document to get an idea of the simple filter function, and see the * example of the more sophisticated HDF5 bzip2 filter function in the “Building an HDF5 bzip2 Plugin Example” * section. The HDF5 bzip2 filter function is also available for download from