Re: [PATCH 1/2] [trivial] Documentation: broken URL in filesystems

From: Randy Dunlap
Date: Mon Feb 13 2012 - 12:20:29 EST


On 02/13/2012 01:09 AM, Michael Opdenacker wrote:
> Fix broken link in Documentation/filesystem, replacing
> ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/journal-design.ps.gz
> by a URL on http://boot.kernel.org

Please drop the "boot." portion. It is not needed.

http://kernel.org/pub/linux/kernel/people/sct/ext3/
works fine.

> Signed-off-by: Michael Opdenacker <michael.opdenacker@xxxxxxxxxxxxxxxxxx>
> ---
> Documentation/DocBook/filesystems.tmpl | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Documentation/DocBook/filesystems.tmpl b/Documentation/DocBook/filesystems.tmpl
> index f51f285..2b3de6d 100644
> --- a/Documentation/DocBook/filesystems.tmpl
> +++ b/Documentation/DocBook/filesystems.tmpl
> @@ -387,7 +387,7 @@ an example.
> <title>See also</title>
> <para>
> <citation>
> - <ulink url="ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/journal-design.ps.gz";>
> + <ulink url="http://boot.kernel.org/pub/linux/kernel/people/sct/ext3/journal-design.ps.gz";>
> Journaling the Linux ext2fs Filesystem, LinuxExpo 98, Stephen Tweedie
> </ulink>
> </citation>


--
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/