diff options
| author | Eric Engestrom <eric@igalia.com> | 2025-10-08 19:14:13 +0200 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-10-08 19:24:51 +0000 |
| commit | 23cdc0be2cdf1f8371e102cf9cb00506c0890be1 (patch) | |
| tree | 37ae1d33a6b330fc577800f505f1da120762745d | |
| parent | 30fe9b47f5de5093471a414e37f5f0c25483c596 (diff) | |
docs: update khronos wiki url
They moved things around but didn't include a redirection, so now all
the links all over the internet are dead...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37773>
| -rw-r--r-- | docs/shading.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/shading.rst b/docs/shading.rst index 00375fbd1b8..5c581e5a9c5 100644 --- a/docs/shading.rst +++ b/docs/shading.rst @@ -2,7 +2,7 @@ Shading Language ================ This page describes the features and status of Mesa's support for the -`OpenGL Shading Language <https://www.khronos.org/opengl/wiki/OpenGL_Shading_Language>`__. +`OpenGL Shading Language <https://wikis.khronos.org/opengl/OpenGL_Shading_Language>`__. .. _envvars: |