summaryrefslogtreecommitdiffstats
path: root/doxygen
diff options
context:
space:
mode:
authorbmribler <39579120+bmribler@users.noreply.github.com>2023-06-11 14:08:39 (GMT)
committerGitHub <noreply@github.com>2023-06-11 14:08:39 (GMT)
commita64d3a989adc512305c8f2bbdd1cb29ff16a192a (patch)
treee77d86f7f1e733b425a8a8a621bcac92aab25adf /doxygen
parent03bd3e084059c280e8c616e567c84bea80c7744d (diff)
downloadhdf5-a64d3a989adc512305c8f2bbdd1cb29ff16a192a.zip
hdf5-a64d3a989adc512305c8f2bbdd1cb29ff16a192a.tar.gz
hdf5-a64d3a989adc512305c8f2bbdd1cb29ff16a192a.tar.bz2
Fixed typo: hdf5-examples should be hdf5_examples in a link (#3101)
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/dox/LearnBasics3.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/dox/LearnBasics3.dox b/doxygen/dox/LearnBasics3.dox
index 06afacd..7487458 100644
--- a/doxygen/dox/LearnBasics3.dox
+++ b/doxygen/dox/LearnBasics3.dox
@@ -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.