@@ -139,7 +139,7 @@ designed for the usage of DiskOnChip devices. JFFS2 supports raw NAND chips and
SmartMediaCards at the moment. A JFFS2 support for DiskOnChip devices, based on the
NAND code, is planned. There are some other Open Source projects for NAND filesystem
support, but there's no other working solution than JFFS, YAFFS, and UBIFS at the moment of this writing.
-YAFFS is available from <a href="http://www.aleph1.co.uk/armlinux/projects/yaffs">YAFFS-Homepage</a>.
+YAFFS is available from <a href="http://www.yaffs.net/">YAFFS-Homepage</a>.
YAFFS is faster than JFFS2 and consumes less RAM, JFFS2 provides on the fly file compression and
decompression, which is very helpful for small FLASHs. UBIFS provides compression similar to JFFS2, but
is usually a better choice for large NAND flash chips (see <a href="ubifs.html">here</a> for more
@@ -334,7 +334,7 @@ CONFIG_JFFS2_FS_NAND=y</p>
<h2>References:</h2>
<h3>Open Source</h3>
<p>JFFS2, NTFL, and UBIFS are located on this <a href="../index.html">website</a>.<br />
-YAFFS is located at <a href="http://www.aleph1.co.uk/armlinux/projects/yaffs">YAFFS-Homepage</a>.</p>
+YAFFS is located at <a href="http://www.yaffs.net/">YAFFS-Homepage</a>.</p>
<h3>Hardware</h3>
<p><a href="http://www.toshiba.com/taec">Toshiba</a></p>
<p><a href="http://samsungelectronics.com">Samsung</a></p>
The YAFFS website has moved. They're sitll redirecting, but we should switch. Signed-off-by: Brian Norris <computersforpeace@gmail.com> --- doc/nand.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)