diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-09-25 18:54:31 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-09-25 18:54:31 (GMT) |
commit | cdc4225b33f7f4b16f184022ba8ab438de06115b (patch) | |
tree | de4e2793d8b83cce4ba1161cc0b335f51f39b619 | |
parent | faf723e6d546a280e3fe935626f0de18f1757377 (diff) | |
parent | b54f4323e391a953409f0d9a0fd4e02a639c74ad (diff) | |
download | hdf5-cdc4225b33f7f4b16f184022ba8ab438de06115b.zip hdf5-cdc4225b33f7f4b16f184022ba8ab438de06115b.tar.gz hdf5-cdc4225b33f7f4b16f184022ba8ab438de06115b.tar.bz2 |
Merge pull request #685 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
* commit 'b54f4323e391a953409f0d9a0fd4e02a639c74ad':
Fixed typos for document file.
-rw-r--r-- | c++/src/H5CppDoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5CppDoc.h b/c++/src/H5CppDoc.h index ff07822..bfab9cd 100644 --- a/c++/src/H5CppDoc.h +++ b/c++/src/H5CppDoc.h @@ -51,7 +51,7 @@ Datatype Interface (H5T) DataType and subclasses \endverbatim * - * This <a href="https://support.hdfgroup.org/HDF5/doc/cpplus_RM/C2Cppfunction_map.html"> + * This <a href="https://support.hdfgroup.org/HDF5/doc/cpplus_RM/C2Cppfunction_map.mht"> * table </a> provides a map from the C APIs to the C++ member functions. * <br /> * \section install_sec Installation |