[FFmpeg-devel] [PATCH] web/template_head2: fix broken anchor on 'Contribute' link

Anton Khirnov anton at khirnov.net
Fri Jan 19 14:58:56 EET 2024


Quoting Marth64 (2024-01-08 22:40:40)
> Signed-off-by: Marth64 <marth64 at proxyid.net>
> ---
>  src/template_head2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/template_head2 b/src/template_head2
> index 7ba634b..102fac0 100644
> --- a/src/template_head2
> +++ b/src/template_head2
> @@ -34,7 +34,7 @@
>            <li><a href="developer.html">Developers</a>
>              <ul>
>                <li><a href="download.html#get-sources">Source Code</a>
> -              <li><a href="developer.html#Contributing">Contribute</a></li>
> +              <li><a href="developer.html#Introduction">Contribute</a></li>
>                <li><a href="http://fate.ffmpeg.org">FATE</a></li>
>                <li><a href="http://coverage.ffmpeg.org">Code Coverage</a></li>
>              </ul>
> -- 
> 2.34.1

Pushed all your pending web patches, hope I didn't miss any.

Thanks,
-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list