[FFmpeg-devel] [PATCH] web/template_head2: fix broken anchor on 'Contribute' link
Marth64
marth64 at proxyid.net
Mon Jan 8 23:40:40 EET 2024
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
More information about the ffmpeg-devel
mailing list