diff --git a/vendor/sdl2/image/sdl_image.odin b/vendor/sdl2/image/sdl_image.odin index de9b74cac4f..ade4c5aaead 100644 --- a/vendor/sdl2/image/sdl_image.odin +++ b/vendor/sdl2/image/sdl_image.odin @@ -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" diff --git a/vendor/sdl2/mixer/sdl_mixer.odin b/vendor/sdl2/mixer/sdl_mixer.odin index a3032a08c12..a9978fc3bd0 100644 --- a/vendor/sdl2/mixer/sdl_mixer.odin +++ b/vendor/sdl2/mixer/sdl_mixer.odin @@ -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" diff --git a/vendor/sdl2/net/sdl_net.odin b/vendor/sdl2/net/sdl_net.odin index 2e13a740699..9cd63d55a18 100644 --- a/vendor/sdl2/net/sdl_net.odin +++ b/vendor/sdl2/net/sdl_net.odin @@ -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" diff --git a/vendor/sdl2/ttf/sdl_ttf.odin b/vendor/sdl2/ttf/sdl_ttf.odin index 15c861847bd..5c44d8784b2 100644 --- a/vendor/sdl2/ttf/sdl_ttf.odin +++ b/vendor/sdl2/ttf/sdl_ttf.odin @@ -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" diff --git a/vendor/sdl3/image/sdl_image.odin b/vendor/sdl3/image/sdl_image.odin index d4388564462..098d21de745 100644 --- a/vendor/sdl3/image/sdl_image.odin +++ b/vendor/sdl3/image/sdl_image.odin @@ -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" diff --git a/vendor/sdl3/ttf/sdl3_ttf.odin b/vendor/sdl3/ttf/sdl3_ttf.odin index 7fb5837269d..10d313fbb10 100644 --- a/vendor/sdl3/ttf/sdl3_ttf.odin +++ b/vendor/sdl3/ttf/sdl3_ttf.odin @@ -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"