diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-11-14 15:49:34 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-11-14 15:49:34 (GMT) |
commit | 75440b177e1b976ab1a083da65fc63a2e8406bfe (patch) | |
tree | dc1a46fd8c8f522d34ba3beeae5e2eb5ab234b6f | |
parent | 17ef09716b915abf08a4937a9ca8ff6e003ee5e7 (diff) | |
parent | 2ffebb670ccc04daa1388f1bdf59844332d9b382 (diff) | |
download | hdf5-75440b177e1b976ab1a083da65fc63a2e8406bfe.zip hdf5-75440b177e1b976ab1a083da65fc63a2e8406bfe.tar.gz hdf5-75440b177e1b976ab1a083da65fc63a2e8406bfe.tar.bz2 |
Merge pull request #774 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_20-bmr:hdf5_1_8_20 to hdf5_1_8_20
* commit '2ffebb670ccc04daa1388f1bdf59844332d9b382':
Changed file path to relative.
-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 bfab9cd..c922ab5 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.mht"> + * This <a href="./C2Cppfunction_map.mht"> * table </a> provides a map from the C APIs to the C++ member functions. * <br /> * \section install_sec Installation |