浏览代码

[PATCH] [MTD] NAND: fix dead URL in Kconfig

Signed-off-by: Artem B. Bityutskiy <dedekind@infradead.org>
Artem B. Bityutskiy 19 年之前
父节点
当前提交
220b0f5755
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/mtd/nand/Kconfig

+ 1 - 1
drivers/mtd/nand/Kconfig

@@ -11,7 +11,7 @@ config MTD_NAND
 	help
 	  This enables support for accessing all type of NAND flash
 	  devices. For further information see
-	  <http://www.linux-mtd.infradead.org/tech/nand.html>.
+	  <http://www.linux-mtd.infradead.org/doc/nand.html>.
 
 config MTD_NAND_VERIFY_WRITE
 	bool "Verify NAND page writes"