From cdfd10741b2ef72529718bac890ab6a73ef7d287 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 7 Nov 2022 13:49:58 +0100 Subject: [PATCH] docs: update link to the gl spec This link is being redirected, but not really where we want to send people. Let's update it, so they end up in the right place. Reviewed-by: Eric Engestrom Part-of: --- docs/faq.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index f1c1158d62f..8a54402ce8a 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -265,8 +265,9 @@ problem. First, join the :doc:`mesa-dev mailing list `. That's where Mesa development is discussed. -The `OpenGL Specification `__ is -the bible for OpenGL implementation work. You should read it. +The `OpenGL Specification +`__ is the +bible for OpenGL implementation work. You should read it. Most of the Mesa development work involves implementing new OpenGL extensions, writing hardware drivers (for the DRI), and code