diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2022-07-04 14:25:37 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-07-14 15:03:58 -0600 |
commit | 374e4e6f7c77bf742e5383e787cc302d655e6016 (patch) | |
tree | 34b0c8e87200361474570a3dd75646a3bfab8d5e /Documentation/translations/zh_TW/process/howto.rst | |
parent | 9d4e2eed3f72268ba87af22cf87c9c3bccb8c3c4 (diff) | |
download | linux-374e4e6f7c77bf742e5383e787cc302d655e6016.tar.gz linux-374e4e6f7c77bf742e5383e787cc302d655e6016.tar.bz2 linux-374e4e6f7c77bf742e5383e787cc302d655e6016.zip |
docs: zh_TW: align to submitting-drivers removal
Adjust the Taiwanese translation to the removal of submitting-drivers in
the English kernel documentation.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20220704122537.3407-12-lukas.bulwahn@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations/zh_TW/process/howto.rst')
-rw-r--r-- | Documentation/translations/zh_TW/process/howto.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/translations/zh_TW/process/howto.rst b/Documentation/translations/zh_TW/process/howto.rst index 2043691b92e3..68ae4411285b 100644 --- a/Documentation/translations/zh_TW/process/howto.rst +++ b/Documentation/translations/zh_TW/process/howto.rst @@ -99,7 +99,6 @@ Linux內核代碼中包含有大量的文檔。這些文檔對於學習如何與 的代碼。 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>` - :ref:`Documentation/process/submitting-drivers.rst <submittingdrivers>` 這兩份文檔明確描述如何創建和發送補丁,其中包括(但不僅限於): - 郵件內容 |