[Mesa-dev] [PATCH mesa 2/2] docs/helpwanted: fix GL3.txt/features.txt link

Dieter Nützel Dieter at nuetzel-hh.de
Tue Aug 30 23:50:57 UTC 2016


Am 30.08.2016 22:16, schrieb Eric Engestrom:
> Fixes: f926cf5bd0ade3273b32 ("docs: Rename GL3.txt to features.txt")
> CC: Ian Romanick <ian.d.romanick at intel.com>
> CC: Andreas Boll <andreas.boll.dev at gmail.com>
> Signed-off-by: Eric Engestrom <eric at engestrom.ch>
> ---
>  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 @@
>  <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>

Shouldn't this look like this:

+    <b>features.txt</b></a> - Status of OpenGL 3.x / 4.x / other 
extensions features in Mesa.</li>

Or the like?
Only a thought.

>    <li><a href="http://dri.freedesktop.org/wiki/MissingFunctionality">
>      <b>MissingFunctionality</b></a> - Detailed information about
> missing OpenGL features.</li>
>  </ul>


More information about the mesa-dev mailing list