[PATCH 3/3] docs/zh_CN: link to Chinese applying-patches translation
#UpdatedFrom:Weijie Yuan <wy@wyuan.org>
Date:
Message-ID:<a6a2b03c95371293bc16eda7cfc99470e910e2ea.1784289654.git.wy@wyuan.org>
Patch:v1 · 3/3
Language:zh_CN
Patch-ID:3cb0dce1224ac2bf655aa12d821280203d5a9850
Files:
Documentation/translations/zh_CN/admin-guide/README.rstDocumentation/translations/zh_CN/process/howto.rstLinks:lore message ↗ · raw mail ↗
Patch content 2 changed files
Now that process/applying-patches.rst has been translated intoChinese, update the references in zh_CN howto.rst andadmin-guide/README.rst to point to the Chinese translation insteadof the English original. Signed-off-by: Weijie Yuan <wy@wyuan.org>--- Documentation/translations/zh_CN/admin-guide/README.rst | 2 +- Documentation/translations/zh_CN/process/howto.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/translations/zh_CN/admin-guide/README.rst b/Documentation/translations/zh_CN/admin-guide/README.rstindex 7c2ffe7e87c7..0549c79ba1a4 100644--- a/Documentation/translations/zh_CN/admin-guide/README.rst+++ b/Documentation/translations/zh_CN/admin-guide/README.rst@@ -83,7 +83,7 @@ Linux内核6.x版本 <http://kernel.org/> 补丁,则不应先应用6.0.1和6.0.2的补丁。类似地,如果您运行的是6.0.2内核, 并且希望跳转到6.0.3,那么在应用6.0.3补丁之前,必须首先撤销6.0.2补丁 (即patch -R)。更多关于这方面的内容,请阅读- :ref:`Documentation/process/applying-patches.rst <applying_patches>` 。+ :ref:`Documentation/translations/zh_CN/process/applying-patches.rst <cn_applying_patches>` 。 或者,脚本 patch-kernel 可以用来自动化这个过程。它能确定当前内核版本并 应用找到的所有补丁::diff --git a/Documentation/translations/zh_CN/process/howto.rst b/Documentation/translations/zh_CN/process/howto.rstindex cc47be356dd3..2e39ad557dd4 100644--- a/Documentation/translations/zh_CN/process/howto.rst+++ b/Documentation/translations/zh_CN/process/howto.rst@@ -142,7 +142,7 @@ Linux内核代码中包含有大量的文档。这些文档对于学习如何与 有助于内核开发的外部文档列表。如果你在内核自带的文档中没有找到你想找 的内容,可以查看这些文档。 - :ref:`Documentation/process/applying-patches.rst <applying_patches>`+ :ref:`Documentation/translations/zh_CN/process/applying-patches.rst <cn_applying_patches>` 关于补丁是什么以及如何将它打在不同内核开发分支上的好介绍 内核还拥有大量从代码自动生成或者从 ReStructuredText(ReST) 标记生成的文档,-- 2.55.0.369.ge3c30fcd466f