From 72b2948fd3a73955bf21839b2999b90e1a7ca118 Mon Sep 17 00:00:00 2001 From: Binh-Minh Date: Sun, 5 Oct 2025 15:34:54 -0400 Subject: [PATCH] Fix links and names --- documentation/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/index.md b/documentation/index.md index a53ad693..d2f72c4e 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -36,11 +36,11 @@ redirect_from: * [Post Install Configuration](https://github.com/HDFGroup/hsds/blob/master/docs/post_install.md) ## HDF4 Library and Tools -* [Reference Manual](https://zenodo.org/records/13310709) -* [User Guide](https://zenodo.org/records/13310689) -* [HDF4 Specification and Developers Guide](https://zenodo.org/records/13310722) -* [Build and Install HDF4 Applications with CMake](https://github.com/HDFGroup/hdf4/blob/master/release_notes/USING_HDF4_CMake.txt) -* [Build and Install HDF4 C, C++, Fortran Libraries and tools with CMake](https://github.com/HDFGroup/hdf4/blob/master/release_notes/INSTALL_CMake.txt) +* [HDF Reference Manual](https://zenodo.org/records/13310709) +* [HDF User's Guide](https://zenodo.org/records/13310689) +* [HDF Specification and Developer's Guide](https://zenodo.org/records/13310722) +* [Build and Install HDF4 Applications with CMake](https://github.com/HDFGroup/hdf4/blob/master/release_docs/USING_HDF4_CMake.txt) +* [Build and Install HDF4 C, C++, Fortran Libraries and tools with CMake](https://github.com/HDFGroup/hdf4/blob/master/release_docs/INSTALL_CMake.txt) * [HDF 4.2 to 4.3 Migration Guide](https://github.com/HDFGroup/hdf4/blob/master/doc/HDF-4.2-to-4.3-migration.md) ## h4h5Tools