Adjust docs links for satellite SDL libraries

This commit is contained in:
Ignat S.
2025-11-22 16:36:00 +03:00
parent adcbfb7861
commit 96373d97e0
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"