diff options
author | Yanteng Si <siyanteng@loongson.cn> | 2024-04-26 09:02:12 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-05-02 18:22:23 +0200 |
commit | 914819526febff081b1ea96df7cbd3eb06817d61 (patch) | |
tree | b30979301e600c4ca234596913792236485ce544 /Documentation/translations | |
parent | docs/zh_CN/rust: Update the translation of coding-guidelines to 6.9-rc4 (diff) | |
download | linux-914819526febff081b1ea96df7cbd3eb06817d61.tar.xz linux-914819526febff081b1ea96df7cbd3eb06817d61.zip |
docs/zh_CN/rust: Update the translation of general-information to 6.9-rc4
Update to commit ba4abeb13d5e ("docs: rust: Move testing to a
separate page")
commit be412baf7240 ("docs: rust: Add rusttest info")
commit bd9e54a42ce2 ("docs: rust: update Rust docs output path")
Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/09fc6c2e0553fb5fae9c91146e1bceb149b6cf71.1714113680.git.siyanteng@loongson.cn
Diffstat (limited to 'Documentation/translations')
-rw-r--r-- | Documentation/translations/zh_CN/rust/general-information.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/rust/general-information.rst b/Documentation/translations/zh_CN/rust/general-information.rst index 6b91dfe1834a..251f6ee2bb44 100644 --- a/Documentation/translations/zh_CN/rust/general-information.rst +++ b/Documentation/translations/zh_CN/rust/general-information.rst @@ -32,7 +32,7 @@ Rust内核代码使用其内置的文档生成器 ``rustdoc`` 进行记录。 要在你的网络浏览器中本地阅读该文档,请运行如:: - xdg-open rust/doc/kernel/index.html + xdg-open Documentation/output/rust/rustdoc/kernel/index.html 要了解如何编写文档,请看 coding-guidelines.rst 。 |