Module: Mesa Branch: master Commit: d5899b3010d1e6d49429024b6f61354d3258993f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5899b3010d1e6d49429024b6f61354d3258993f
Author: Eric Engestrom <[email protected]> Date: Tue Aug 30 21:16:26 2016 +0100 docs/helpwanted: fix GL3.txt/features.txt link Fixes: f926cf5bd0ade3273b32 ("docs: Rename GL3.txt to features.txt") Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Ian Romanick <[email protected]> CC: Andreas Boll <[email protected]> --- docs/helpwanted.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/helpwanted.html b/docs/helpwanted.html index 859e65c..0660a9e 100644 --- a/docs/helpwanted.html +++ b/docs/helpwanted.html @@ -56,8 +56,8 @@ You can find some further To-do lists here: <b>Common To-Do lists:</b> </p> <ul> - <li><a href="http://cgit.freedesktop.org/mesa/mesa/tree/docs/GL3.txt"> - <b>GL3.txt</b></a> - Status of OpenGL 3.x / 4.x features in Mesa.</li> + <li><a href="http://cgit.freedesktop.org/mesa/mesa/tree/docs/features.txt"> + <b>features.txt</b></a> - Status of OpenGL 3.x / 4.x features in Mesa.</li> <li><a href="http://dri.freedesktop.org/wiki/MissingFunctionality"> <b>MissingFunctionality</b></a> - Detailed information about missing OpenGL features.</li> </ul> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
