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

@@ -42,8 +42,8 @@ int SDLCALL _events_sampleNullEventFilter(void *userdata, SDL_Event *event)
/**
* @brief Test pumping and peeking events.
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_PumpEvents
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_PollEvent
* @sa http://wiki.libsdl.org/moin.cgi/SDL_PumpEvents
* @sa http://wiki.libsdl.org/moin.cgi/SDL_PollEvent
*/
int
events_pushPumpAndPollUserevent(void *arg)
@@ -76,8 +76,8 @@ events_pushPumpAndPollUserevent(void *arg)
/**
* @brief Adds and deletes an event watch function with NULL userdata
*
* @sa https://github.com/libsdl-org/SDL/SDL_AddEventWatch
* @sa https://github.com/libsdl-org/SDL/SDL_DelEventWatch
* @sa http://wiki.libsdl.org/moin.cgi/SDL_AddEventWatch
* @sa http://wiki.libsdl.org/moin.cgi/SDL_DelEventWatch
*
*/
int
@@ -126,8 +126,8 @@ events_addDelEventWatch(void *arg)
/**
* @brief Adds and deletes an event watch function with userdata
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_AddEventWatch
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_DelEventWatch
* @sa http://wiki.libsdl.org/moin.cgi/SDL_AddEventWatch
* @sa http://wiki.libsdl.org/moin.cgi/SDL_DelEventWatch
*
*/
int