Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: broken URL in filesystems.tmpl

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://kernel.org

Thanks to Randy Dunlap for his advise on the best replacement
URL to use.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Michael Opdenacker and committed by
Jiri Kosina
96824f4b 0a413d70

+1 -1
+1 -1
Documentation/DocBook/filesystems.tmpl
··· 387 387 <title>See also</title> 388 388 <para> 389 389 <citation> 390 - <ulink url="ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/journal-design.ps.gz"> 390 + <ulink url="http://kernel.org/pub/linux/kernel/people/sct/ext3/journal-design.ps.gz"> 391 391 Journaling the Linux ext2fs Filesystem, LinuxExpo 98, Stephen Tweedie 392 392 </ulink> 393 393 </citation>