From b757ea94a100360ce00adeb980251fe1721bcda6 Mon Sep 17 00:00:00 2001 From: Allen Byrne <50328838+byrnHDF@users.noreply.github.com> Date: Sun, 8 Sep 2024 07:12:56 -0500 Subject: [PATCH] Rework RFC url in aliases (#4813) --- doxygen/aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doxygen/aliases b/doxygen/aliases index 24a496c2203..831ec7786b1 100644 --- a/doxygen/aliases +++ b/doxygen/aliases @@ -7,12 +7,12 @@ ALIASES += THG="The HDF Group" ALIASES += HDFURL="support.hdfgroup.org" # URL for archived files ALIASES += ARCURL="\HDFURL/archive/support/HDF5/doc" -# URL for RFCs -ALIASES += RFCURL="\HDFURL/hdf5/rfc" # URL for documentation ALIASES += DOCURL="\HDFURL/releases/hdf5/documentation" # URL for downloads ALIASES += DWNURL="\HDFURL/releases/hdf5/downloads" +# URL for RFCs +ALIASES += RFCURL="\DOCURL/rfc" ALIASES += AEXURL="\HDFURL/archive/support/ftp/HDF5/examples" # doxygen subdir (develop, v1_14) ALIASES += DOXURL="hdfgroup.github.io/hdf5/develop"