Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH] web/template_head2: fix broken anchor on 'Contribute' link
@ 2024-01-08 21:40 Marth64
  2024-01-19 12:58 ` Anton Khirnov
  0 siblings, 1 reply; 3+ messages in thread
From: Marth64 @ 2024-01-08 21:40 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Marth64

Signed-off-by: Marth64 <marth64@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

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [FFmpeg-devel] [PATCH] web/template_head2: fix broken anchor on 'Contribute' link
  2024-01-08 21:40 [FFmpeg-devel] [PATCH] web/template_head2: fix broken anchor on 'Contribute' link Marth64
@ 2024-01-19 12:58 ` Anton Khirnov
  2024-01-19 14:45   ` Marth64
  0 siblings, 1 reply; 3+ messages in thread
From: Anton Khirnov @ 2024-01-19 12:58 UTC (permalink / raw)
  To: FFmpeg development discussions and patches; +Cc: Marth64

Quoting Marth64 (2024-01-08 22:40:40)
> Signed-off-by: Marth64 <marth64@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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [FFmpeg-devel] [PATCH] web/template_head2: fix broken anchor on 'Contribute' link
  2024-01-19 12:58 ` Anton Khirnov
@ 2024-01-19 14:45   ` Marth64
  0 siblings, 0 replies; 3+ messages in thread
From: Marth64 @ 2024-01-19 14:45 UTC (permalink / raw)
  To: FFmpeg development discussions and patches, Marth64

LGTM on inspection. Thank you. From W3 validator:
Document checking completed. No errors or warnings to show.

On Fri, Jan 19, 2024 at 06:58 Anton Khirnov <anton@khirnov.net> wrote:

> Quoting Marth64 (2024-01-08 22:40:40)
> > Signed-off-by: Marth64 <marth64@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
>
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-19 14:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-08 21:40 [FFmpeg-devel] [PATCH] web/template_head2: fix broken anchor on 'Contribute' link Marth64
2024-01-19 12:58 ` Anton Khirnov
2024-01-19 14:45   ` Marth64

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git