[PATCH] mtd-www: UBIFS: fix some incorrect hyperlinks

Martin Erik Werner martinerikwerner at gmail.com
Tue Sep 20 15:13:52 PDT 2022


Signed-off-by: Martin Erik Werner <martinerikwerner at gmail.com>
---
 doc/ubifs.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ubifs.xml b/doc/ubifs.xml
index 6520d79..aab5d15 100644
--- a/doc/ubifs.xml
+++ b/doc/ubifs.xml
@@ -542,7 +542,7 @@ following is a list of useful hints and advices.</p>
 	<code>-o sync</code> option when mounting UBIFS; however, the file
 	system performance will drop - be careful. Also remember that UBIFS
 	mounted in synchronous mode provides less guarantees than JFFS2 - refer
-	<a href="ubi.html#L_sync_semantics">this</a> section for details.</li>
+	<a href="ubifs.html#L_sync_semantics">this</a> section for details.</li>
 
 	<li>Always keep in mind the above statement from the manual pages and
 	run <code>fsync()</code> for all important files you change; of
@@ -1104,7 +1104,7 @@ not compress.</p>
 
 <p>Well, this does not sound as a big issue. However, compression becomes an
 issue for free space reporting when compression is combined with
-<a href="ubi.html#L_writeback">write-back</a>. Namely, UBIFS cannot know how
+<a href="ubifs.html#L_writeback">write-back</a>. Namely, UBIFS cannot know how
 well the cached dirty data would compress, and the only way to find this out is
 to actually compress it. See below.</p>
 
-- 
2.30.2




More information about the linux-mtd mailing list