Skip to content

Commit

Permalink
Doxygen: fix URL from Trac to gdal.org
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 17, 2024
1 parent 9e46957 commit 3825328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions port/cpl_conv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 3825328

Please sign in to comment.