[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <ee45d72ff3e3b2ba8245fa01a35a46fed72664c3.1656234456.git.mchehab@kernel.org>
Date: Sun, 26 Jun 2022 10:10:55 +0100
From: Mauro Carvalho Chehab <mchehab@...nel.org>
To: Linux Doc Mailing List <linux-doc@...r.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab@...nel.org>,
"Jonathan Corbet" <corbet@....net>,
"Mauro Carvalho Chehab" <mchehab+huawei@...nel.org>,
Alex Shi <alexs@...nel.org>,
Tang Yizhou <tangyizhou@...wei.com>,
Yanteng Si <siyanteng@...ngson.cn>,
linux-kernel@...r.kernel.org
Subject: [PATCH v2 09/20] docs: zh_CN/vm/index.rst: fix a broken reference
The reference is missing a .rst on it, causing its cross-reference
to not work.
Fixes: 9c3519d2b509 ("docs/zh_CN: add vm/index translation")
Signed-off-by: Mauro Carvalho Chehab <mchehab@...nel.org>
---
To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH v2 00/20] at: https://lore.kernel.org/all/cover.1656234456.git.mchehab@kernel.org/
Documentation/translations/zh_CN/vm/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/translations/zh_CN/vm/index.rst b/Documentation/translations/zh_CN/vm/index.rst
index a1c6d529b6ff..81a9b782a427 100644
--- a/Documentation/translations/zh_CN/vm/index.rst
+++ b/Documentation/translations/zh_CN/vm/index.rst
@@ -15,7 +15,7 @@ Linux内存管理文档
这是一个关于Linux内存管理(mm)子系统内部的文档集,其中有不同层次的细节,包括注释
和邮件列表的回复,用于阐述数据结构和算法的基本情况。如果你正在寻找关于简单分配内存的建
议,请参阅(Documentation/translations/zh_CN/core-api/memory-allocation.rst)。
-对于控制和调整指南,请参阅(Documentation/admin-guide/mm/index)。
+对于控制和调整指南,请参阅(Documentation/admin-guide/mm/index.rst)。
TODO:待引用文档集被翻译完毕后请及时修改此处)
.. toctree::
--
2.36.1
Powered by blists - more mailing lists