Fixed typo: hdf5-examples should be hdf5_examples in a link (#3101)

This commit is contained in:
bmribler 2023-06-11 10:08:39 -04:00 committed by GitHub
parent 03bd3e0840
commit a64d3a989a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -945,7 +945,7 @@ For a more complete script (and to help resolve issues) see the script provided
\subsection subsecLBCompilingCMakeExamples HDF5 Examples
The installed HDF5 can be verified by compiling the HDF5 Examples project, included with the CMake built HDF5 binaries
in the share folder or you can go to the <a href="https://github.com/HDFGroup/hdf5_examples">HDF5 Examples</a> github repository.
in the share folder or you can go to the <a href="https://github.com/HDFGroup/hdf5-examples">HDF5 Examples</a> github repository.
Go into the share directory and follow the instructions in USING_CMake_examples.txt to build the examples.