[PATCH 2/2] docs/zh_TW: link to Traditional Chinese applying-patches translation

In review
From:Weijie Yuan <wy@wyuan.org>
Date:
Message-ID:<20260817-apply-patches-tw-v1-2-c182c1c425ba@wyuan.org>
Patch:v1 · 2/2
Language:zh_TW
Patch-ID:85437ce5322542e1c8a7059446f1c2bd1c35f847
Files:Documentation/translations/zh_TW/admin-guide/README.rstDocumentation/translations/zh_TW/process/howto.rst

Patch content 2 changed files

Now that process/applying-patches.rst has been translated intoTraditional Chinese, update the references in zh_TW howto.rst andadmin-guide/README.rst to point to the Traditional Chinesetranslation instead of the English original. Signed-off-by: Weijie Yuan <wy@wyuan.org>--- Documentation/translations/zh_TW/admin-guide/README.rst | 3 +-- Documentation/translations/zh_TW/process/howto.rst      | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Documentation/translations/zh_TW/admin-guide/README.rst b/Documentation/translations/zh_TW/admin-guide/README.rstindex 9be4915ae420..d32964f2c307 100644--- a/Documentation/translations/zh_TW/admin-guide/README.rst+++ b/Documentation/translations/zh_TW/admin-guide/README.rst@@ -86,7 +86,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>` 。+   Documentation/translations/zh_TW/process/applying-patches.rst 。     或者,腳本 patch-kernel 可以用來自動化這個過程。它能確定當前內核版本並    應用找到的所有補丁::@@ -292,4 +292,3 @@ Documentation/translations/zh_CN/admin-guide/bug-hunting.rst 。 更多用GDB調試內核的信息,請參閱: Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rst 和 Documentation/process/debugging/kgdb.rst 。-diff --git a/Documentation/translations/zh_TW/process/howto.rst b/Documentation/translations/zh_TW/process/howto.rstindex 8466f6af96cc..176506c52402 100644--- a/Documentation/translations/zh_TW/process/howto.rst+++ b/Documentation/translations/zh_TW/process/howto.rst@@ -146,8 +146,8 @@ Linux核心程式碼中包含有大量的文件。這些文件對於學習如何     有助於核心開發的外部文件列表。如果你在核心自帶的文件中沒有找到你想找     的內容,可以查看這些文件。 -  :ref:`Documentation/process/applying-patches.rst <applying_patches>`-    關於補丁是什麼以及如何將它打在不同核心開發分支上的好介紹+  :doc:`Documentation/translations/zh_TW/process/applying-patches.rst <applying-patches>`+    說明何謂修補程式,以及如何將它套用至不同核心開發分支的實用介紹  核心還擁有大量從程式碼自動產生或者從 ReStructuredText(ReST) 標記產生的文件, 比如這個文件,它包含核心內部API的全面介紹以及如何妥善處理加鎖的規則。所有@@ -498,4 +498,3 @@ Kerrisk和Alex Shepard的評審、建議和貢獻。沒有他們的幫助,這   英文版維護者: Greg Kroah-Hartman <greg@kroah.com>- -- 2.55.0.717.g61afef3e37