SDL_image: Sync wiki -> headers.

From cb470bf1dd1a82066c751f1d62a98f1d628b528c Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Fri, 24 Feb 2023 12:50:23 -0500
Subject: [PATCH] Sync wiki -> headers.

---
 SDL_image.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SDL_image.h b/SDL_image.h
index 0180f206..41737cd9 100644
--- a/SDL_image.h
+++ b/SDL_image.h
@@ -380,7 +380,7 @@ extern DECLSPEC SDL_Surface * SDLCALL IMG_Load_RW(SDL_RWops *src, int freesrc);
  *
  * \sa IMG_LoadTextureTyped_RW
  * \sa IMG_LoadTexture_RW
- * \sa [SDL_DestroyTexture](https://wiki.libsdl.org/SDL_DestroyTexture)
+ * \sa SDL_DestroyTexture
  */
 extern DECLSPEC SDL_Texture * SDLCALL IMG_LoadTexture(SDL_Renderer *renderer, const char *file);