From 86bacb3bd06dd0bf368c04076567a03035e56458 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 7 Nov 2022 13:15:01 +0100 Subject: [PATCH] docs: update link to glsl The page that was linked here is defunct, and doesn't have a direct replacement. But a good alternative is to link to the OpenGL wiki, which has a lot of useful information on the subject. Reviewed-by: Eric Engestrom Part-of: --- docs/shading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shading.rst b/docs/shading.rst index 24e1dfbfea0..c7db4113e5b 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 `__. +`OpenGL Shading Language `__. .. _envvars: