summaryrefslogtreecommitdiffstats
path: root/doxygen/dox/LearnBasics2.dox
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-11-02 12:55:50 (GMT)
committerGitHub <noreply@github.com>2023-11-02 12:55:50 (GMT)
commit61982b60fd5e3a29044a1cdd1931b0ab9f96dec1 (patch)
treea4fbf8471f958dd9d8610bd138cbb3d37dc34cfe /doxygen/dox/LearnBasics2.dox
parent94a992689e0ff1de71f191f606bdc231211fb2d6 (diff)
downloadhdf5-61982b60fd5e3a29044a1cdd1931b0ab9f96dec1.zip
hdf5-61982b60fd5e3a29044a1cdd1931b0ab9f96dec1.tar.gz
hdf5-61982b60fd5e3a29044a1cdd1931b0ab9f96dec1.tar.bz2
Update some doxygen links to local refs (#3814)
Diffstat (limited to 'doxygen/dox/LearnBasics2.dox')
-rw-r--r--doxygen/dox/LearnBasics2.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/doxygen/dox/LearnBasics2.dox b/doxygen/dox/LearnBasics2.dox
index 87bbe87..f436a02 100644
--- a/doxygen/dox/LearnBasics2.dox
+++ b/doxygen/dox/LearnBasics2.dox
@@ -728,12 +728,12 @@ There are numerous datatype functions that allow a user to alter a pre-defined d
Refer to the \ref H5T in the \ref RM. Example functions are #H5Tset_size and #H5Tset_precision.
\section secLBDtypeSpec Specific Datatypes
-On the <a href="https://portal.hdfgroup.org/display/HDF5/Examples+by+API">Examples by API</a>
-page under <a href="https://confluence.hdfgroup.org/display/HDF5/Examples+by+API#ExamplesbyAPI-datatypes">Datatypes</a>
+On the \ref ExAPI
+page under \ref sec_exapi_dtypes
you will find many example programs for creating and reading datasets with different datatypes.
Below is additional information on some of the datatypes. See
-the <a href="https://portal.hdfgroup.org/display/HDF5/Examples+by+API">Examples by API</a>
+the \ref ExAPI
page for examples of these datatypes.
\subsection subsecLBDtypeSpec Array Datatype vs Array Dataspace