[libav-devel] [PATCH] Fix a bunch of broken links
Timothy Gu
timothygu99 at gmail.com
Thu Sep 11 01:02:38 CEST 2014
On Wed, Sep 10, 2014 at 2:57 PM, Diego Biurrun <diego at biurrun.de> wrote:
> ---
>
> Now also fixing the OpenEmbedded links.
>
> src/contact | 2 +-
> src/download | 6 +++---
> src/news | 44 ++++++++++++++++++++++----------------------
> src/template_footer | 6 +++---
> 4 files changed, 29 insertions(+), 29 deletions(-)
>
> diff --git a/src/contact b/src/contact
> index 48dccb4..178fa2e 100644
> --- a/src/contact
> +++ b/src/contact
> @@ -4,7 +4,7 @@
>
> <p>
> Please follow the netiquette when posting on Libav mailing lists, especially
> -avoid <a href="http://en.wikipedia.org/wiki/Top-posting">top-posting</a> and
> +avoid <a href="https://en.wikipedia.org/wiki/Posting_style#Top-posting">top-posting</a> and
Why? The original isn't dead.
> thread hijacking (that is, replying to a thread and changing the subject line to
> something completely unrelated that was not being discussed within the original
> thread).
[...]
> diff --git a/src/news b/src/news
> index 82a87d4..65639a3 100644
> --- a/src/news
> +++ b/src/news
> @@ -800,9 +800,9 @@ conversion API in libavcodec.
> The <b>libpostproc</b> library now resides in a separate tree. It was fully
> independent of the other Libav libraries, not used by any of the tools,
> and saw very little development. For these reasons we have decided that it
> -has no place in Libav. A standalone Git tree is available
> -at <a href="http://git.videolan.org/?p=libpostproc.git">VideoLAN</a> for
> -people wishing to use libpostproc.
> +has no place in Libav. A standalone Git tree is available at
> +<a href="https://git.videolan.org/?p=libpostproc.git;a=summary">VideoLAN</a>
> +for people wishing to use libpostproc.
> </p>
>
> <p>
> @@ -1000,9 +1000,9 @@ conversion API in libavcodec.
> The <b>libpostproc</b> library now resides in a separate tree. It was fully
> independent of the other Libav libraries, not used by any of the tools
> and saw very little development. For these reasons we decided that it
> -has no place in Libav. A standalone Git tree is available
> -at <a href="http://git.videolan.org/?p=libpostproc.git">VideoLAN</a> for
> -people wishing to use libpostproc.
> +has no place in Libav. A standalone Git tree is available at
> +<a href="https://git.videolan.org/?p=libpostproc.git;a=summary">VideoLAN</a>
> +for people wishing to use libpostproc.
> </p>
>
> <p>
Why?
[...]
Rest looks fine.
Is it possible for me to use part of this patch for the FFmpeg website?
Timothy
More information about the libav-devel
mailing list