From 38253288f042ee983ceb4a9bd78e30cfceacc082 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 17 Dec 2024 17:48:15 +0100 Subject: [PATCH] Doxygen: fix URL from Trac to gdal.org --- port/cpl_conv.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/port/cpl_conv.cpp b/port/cpl_conv.cpp index 398da6c0f228..a3ace327d32e 100644 --- a/port/cpl_conv.cpp +++ b/port/cpl_conv.cpp @@ -1682,7 +1682,7 @@ static void CPLAccessConfigOption(const char *pszKey, bool bGet) * options (may be NULL) * @return the value associated to the key, or the default value if not found * - * @see CPLSetConfigOption(), http://trac.osgeo.org/gdal/wiki/ConfigOptions + * @see CPLSetConfigOption(), https://gdal.org/user/configoptions.html */ const char *CPL_STDCALL CPLGetConfigOption(const char *pszKey, const char *pszDefault) @@ -2033,7 +2033,7 @@ static void CPLSetConfigOptionDetectUnknownConfigOption(const char *pszKey, * @param pszKey the key of the option * @param pszValue the value of the option, or NULL to clear a setting. * - * @see http://trac.osgeo.org/gdal/wiki/ConfigOptions + * @see https://gdal.org/user/configoptions.html */ void CPL_STDCALL CPLSetConfigOption(const char *pszKey, const char *pszValue)