From 1500ce1875a2cfe346e4435465deb54fe8bec48a Mon Sep 17 00:00:00 2001
From: bmribler <39579120+bmribler@users.noreply.github.com>
Date: Mon, 8 Apr 2024 11:12:48 -0400
Subject: [PATCH] Fix dead links cont. (#4349)
Added img/images_to_copy.dox as a temporary solution because doxygen didn't copy
the images used in the examples/*.html files - will investigate more. This was
necessary for the links to intro_SWMR.html and intro_VDS.html.
---
doxygen/aliases | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doxygen/aliases b/doxygen/aliases
index e2191cd4bd5..46c6dc60c84 100644
--- a/doxygen/aliases
+++ b/doxygen/aliases
@@ -243,7 +243,7 @@ ALIASES += ref_mdc_in_hdf5="Metadata Cache Logging"
ALIASES += ref_news_112="New Features in HDF5 Release 1.12"
ALIASES += ref_h5ocopy="Copying Committed Datatypes with H5Ocopy()"
-ALIASES += ref_sencode_fmt_change="RFC H5Sencode() / H5Sdecode() Format Change"
+ALIASES += ref_sencode_fmt_change="RFC H5Secnode() / H5Sdecode() Format Change"
ALIASES += ref_vlen_strings="\Emph{Creating variable-length string datatypes}"
ALIASES += ref_vol_doc="VOL documentation"