[PATCH v2 2/2] docs/zh_CN: link to Chinese applying-patches translation
Weijie Yuan <[email protected]>
| Newsgroups | org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Now that process/applying-patches.rst has been translated into Chinese, update the references in zh_CN howto.rst and admin-guide/README.rst to point to the Chinese translation instead of the English original. Signed-off-by: Weijie Yuan <[email protected]> --- 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.rst index 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.rst index 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.717.g61afef3e37