include/SDL_system.h: Fixed a link that was still hg.libsdl.org

This commit is contained in:
Ryan C. Gordon 2022-05-25 10:43:14 -04:00
parent bed96482fa
commit 7ce311bead
No known key found for this signature in database
GPG key ID: FA148B892AB48044
2 changed files with 5 additions and 6 deletions

View file

@ -178,7 +178,7 @@ extern DECLSPEC int SDLCALL SDL_LinuxSetThreadPriorityAndPolicy(Sint64 threadID,
* This function is only available on Apple iOS.
*
* For more information see:
* [README-ios.md](https://hg.libsdl.org/SDL/file/default/docs/README-ios.md)
* https://github.com/libsdl-org/SDL/blob/main/docs/README-ios.md
*
* This functions is also accessible using the macro
* SDL_iOSSetAnimationCallback() since SDL 2.0.4.