SDL: Sync wiki -> header (17976)

From 179765561c11d607c3c7208494b96929c9c85387 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 24 May 2022 18:26:05 +0000
Subject: [PATCH] Sync wiki -> header

---
 include/SDL_video.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/SDL_video.h b/include/SDL_video.h
index c62e0891ac9..0667d3f809b 100644
--- a/include/SDL_video.h
+++ b/include/SDL_video.h
@@ -2011,11 +2011,13 @@ extern DECLSPEC void SDLCALL SDL_GL_GetDrawableSize(SDL_Window * window, int *w,
  * Adaptive vsync is implemented for some glX drivers with
  * GLX_EXT_swap_control_tear:
  *
- * https://www.opengl.org/registry/specs/EXT/glx_swap_control_tear.txt
+ * https://www.khronos.org/registry/OpenGL/extensions/EXT/GLX_EXT_swap_control
+ * _tear.txt
  *
  * and for some Windows drivers with WGL_EXT_swap_control_tear:
  *
- * https://www.opengl.org/registry/specs/EXT/wgl_swap_control_tear.txt
+ * https://www.khronos.org/registry/OpenGL/extensions/EXT/WGL_EXT_swap_control
+ * _tear.txt
  *
  * Read more on the Khronos wiki:
  * https://www.khronos.org/opengl/wiki/Swap_Interval#Adaptive_Vsync