Skip to content

Commit 72da83a

Browse files
authored
Fix broken link to SDL documentation (#878)
1 parent 481a5ac commit 72da83a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,9 @@ Third party cross-platform tool with GUI (Windows, macOS and Linux)
4747

4848
## Resources
4949

50-
* [SDL](http://www.libsdl.org)
51-
* [SDL_GameControllerAddMappingsFromFile](http://wiki.libsdl.org/SDL_GameControllerAddMappingsFromFile)
50+
### [SDL2](https://wiki.libsdl.org/SDL2/)
51+
* [Game Controller Support](https://wiki.libsdl.org/SDL2/CategoryGameController)
52+
* [SDL_GameControllerAddMappingsFromFile](https://wiki.libsdl.org/SDL2/SDL_GameControllerAddMappingsFromFile)
53+
### [SDL3](https://wiki.libsdl.org/SDL3/)
54+
* [Gamepad Support](https://wiki.libsdl.org/SDL3/CategoryGamepad)
55+
* [SDL_AddGamepadMappingsFromFile](https://wiki.libsdl.org/SDL3/SDL_AddGamepadMappingsFromFile)

0 commit comments

Comments
 (0)