Merge pull request #5953 from Igonato/docs

Adjust docs links for satellite SDL libraries
This commit is contained in:
Jeroen van Rijn
2025-11-22 13:53:03 +00:00
committed by GitHub
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
// Bindings for [[ SDL2 Image; https://wiki.libsdl.org/SDL2/FrontPage ]].
// Bindings for [[ SDL2 Image; https://wiki.libsdl.org/SDL2_image/FrontPage ]].
package sdl2_image
import "core:c"

View File

@@ -1,4 +1,4 @@
// Bindings for [[ SDL2 Mixer ; https://wiki.libsdl.org/SDL2/FrontPage ]].
// Bindings for [[ SDL2 Mixer ; https://wiki.libsdl.org/SDL2_mixer/FrontPage ]].
package sdl2_mixer
import "core:c"

View File

@@ -1,4 +1,4 @@
// Bindings for [[ SDL2 Net ; https://wiki.libsdl.org/SDL2/FrontPage ]].
// Bindings for [[ SDL2 Net ; https://wiki.libsdl.org/SDL2_net/FrontPage ]].
package sdl2_net
import "core:c"

View File

@@ -1,4 +1,4 @@
// Bindings for [[ SDL2 TTF ; https://wiki.libsdl.org/SDL2/FrontPage ]].
// Bindings for [[ SDL2 TTF ; https://wiki.libsdl.org/SDL2_ttf/FrontPage ]].
package sdl2_ttf
import "core:c"

View File

@@ -1,4 +1,4 @@
// Bindings for [[ SDL3 Image ; https://wiki.libsdl.org/SDL3/FrontPage ]].
// Bindings for [[ SDL3 Image ; https://wiki.libsdl.org/SDL3_image/FrontPage ]].
package sdl3_image
import "core:c"

View File

@@ -1,4 +1,4 @@
// Bindings for [[ SDL3 TTF ; https://wiki.libsdl.org/SDL3/FrontPage ]].
// Bindings for [[ SDL3 TTF ; https://wiki.libsdl.org/SDL3_ttf/FrontPage ]].
package sdl3_ttf
import "core:c"