docs: zh_CN: fix a broken reference

The location of the rust doc is wrong (probably a typo). Fix it.

Fixes: 3a59151564 ("docs/zh_CN: Add translation zh_CN/doc-guide/kernel-doc.rst")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Link: https://lore.kernel.org/r/94fe771609d32583fee41f47fe29433cbce5b04e.1656234456.git.mchehab@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Mauro Carvalho Chehab 2022-06-26 10:10:52 +01:00 committed by Jonathan Corbet
parent e13ce769a0
commit 695c62a823
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Linux内核源文件可以包含kernel-doc格式的结构化文档注释
实际有着明显的不同。内核源包含成千上万个kernel-doc注释。请坚持遵循
此处描述的风格。
.. note:: kernel-doc无法包含Rust代码请参考 Documentation/rust/docs.rst 。
.. note:: kernel-doc无法包含Rust代码请参考 Documentation/rust/general-information.rst 。
从注释中提取kernel-doc结构并从中生成适当的 `Sphinx C 域`_ 函数和带有锚点的
类型描述。这些注释将被过滤以生成特殊kernel-doc高亮和交叉引用。详见下文。