Revert "Update wiki.libsdl.org urls to libsdl-org/SDL/wiki (#4069)"

This reverts commit 82a96afa70.

We ended up not moving to GitHub's wiki after all and built
https://github.com/icculus/ghwikipp to fill the gap...since the wiki is
back at https://wiki.libsdl.org/, put back the original URLs.
This commit is contained in:
Ryan C. Gordon
2021-04-01 12:15:28 -04:00
parent fa81883418
commit 2542977b0a
17 changed files with 214 additions and 214 deletions

View File

@@ -121,8 +121,8 @@ char* _invalidPixelFormatsVerbose[] =
/**
* @brief Call to SDL_AllocFormat and SDL_FreeFormat
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_AllocFormat
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_FreeFormat
* @sa http://wiki.libsdl.org/moin.fcg/SDL_AllocFormat
* @sa http://wiki.libsdl.org/moin.fcg/SDL_FreeFormat
*/
int
pixels_allocFreeFormat(void *arg)
@@ -228,7 +228,7 @@ pixels_allocFreeFormat(void *arg)
/**
* @brief Call to SDL_GetPixelFormatName
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetPixelFormatName
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetPixelFormatName
*/
int
pixels_getPixelFormatName(void *arg)
@@ -312,8 +312,8 @@ pixels_getPixelFormatName(void *arg)
/**
* @brief Call to SDL_AllocPalette and SDL_FreePalette
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_AllocPalette
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_FreePalette
* @sa http://wiki.libsdl.org/moin.fcg/SDL_AllocPalette
* @sa http://wiki.libsdl.org/moin.fcg/SDL_FreePalette
*/
int
pixels_allocFreePalette(void *arg)
@@ -402,7 +402,7 @@ pixels_allocFreePalette(void *arg)
/**
* @brief Call to SDL_CalculateGammaRamp
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_CalculateGammaRamp
* @sa http://wiki.libsdl.org/moin.fcg/SDL_CalculateGammaRamp
*/
int
pixels_calcGammaRamp(void *arg)