diff options
author | Eric Engestrom <eric@engestrom.ch> | 2016-08-30 21:16:26 +0100 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2016-08-30 14:38:57 -0700 |
commit | d5899b3010d1e6d49429024b6f61354d3258993f (patch) | |
tree | 80e5e9c13199ef51ec6907be7830834dd7cfe7c0 /docs | |
parent | aac91fffae86477b85cd5eb2e99b59c56421111a (diff) | |
download | external_mesa3d-d5899b3010d1e6d49429024b6f61354d3258993f.zip external_mesa3d-d5899b3010d1e6d49429024b6f61354d3258993f.tar.gz external_mesa3d-d5899b3010d1e6d49429024b6f61354d3258993f.tar.bz2 |
docs/helpwanted: fix GL3.txt/features.txt link
Fixes: f926cf5bd0ade3273b32 ("docs: Rename GL3.txt to features.txt")
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
CC: Andreas Boll <andreas.boll.dev@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/helpwanted.html | 4 |
1 files 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> |