diff options
author | Thorsten Leemhuis <linux@leemhuis.info> | 2021-10-07 10:05:00 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-10-12 13:58:19 -0600 |
commit | a9d85efb25fbc9d2356c221ff967f77ed9f71d59 (patch) | |
tree | dfdb6be77570aded3cde329d41ed5f95446277d5 /Documentation/translations/zh_TW | |
parent | b0b719cea870dfe4284817a6c9668550913f07b9 (diff) |
docs: use the lore redirector everywhere
Change all links from using the lkml redirector to the lore redirector,
as the kernel.org admin recently indicated: we shouldn't be using
lkml.kernel.org anymore because the domain can create confusion, as it
indicates it is only valid for messages sent to the LKML; the convention
has been to use https://lore.kernel.org/r/msgid for this reason.
In this process also change three links from using http to https.
Link: https://lore.kernel.org/r/20211006170025.qw3glxvocczfuhar@meerkat.local
CC: Thomas Gleixner <tglx@linutronix.de>
CC: Ingo Molnar <mingo@redhat.com>
CC: Borislav Petkov <bp@alien8.de>
CC: Hu Haowen <src.res@email.cn>
CC: Alex Shi <alexs@kernel.org>
CC: Federico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: Thorsten Leemhuis <linux@leemhuis.info>
Reviewed-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Link: https://lore.kernel.org/r/5bb55bac6ba10fafab19bf2b21572dd0e2f8cea2.1633593385.git.linux@leemhuis.info
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations/zh_TW')
-rw-r--r-- | Documentation/translations/zh_TW/process/submitting-patches.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/translations/zh_TW/process/submitting-patches.rst b/Documentation/translations/zh_TW/process/submitting-patches.rst index cdf0b52e4a98..37eccf9e2746 100644 --- a/Documentation/translations/zh_TW/process/submitting-patches.rst +++ b/Documentation/translations/zh_TW/process/submitting-patches.rst @@ -136,7 +136,7 @@ xyzzy do frotz」或「[我]changed xyzzy to do frotz」,就好像你在命令 如果修補程序修復了一個記錄的bug條目,請按編號和URL引用該bug條目。如果補丁來 自郵件列表討論,請給出郵件列表存檔的URL;使用帶有 ``Message-ID`` 的 -https://lkml.kernel.org/ 重定向,以確保連結不會過時。 +https://lore.kernel.org/ 重定向,以確保連結不會過時。 但是,在沒有外部資源的情況下,儘量讓你的解釋可理解。除了提供郵件列表存檔或 bug的URL之外,還要總結需要提交補丁的相關討論要點。 @@ -602,7 +602,7 @@ e-mail 標題中的「一句話概述」扼要的描述 e-mail 中的補丁。 將補丁與以前的相關討論關聯起來,例如,將bug修復程序連結到電子郵件和bug報告。 但是,對於多補丁系列,最好避免在回復時使用連結到該系列的舊版本。這樣, 補丁的多個版本就不會成爲電子郵件客戶端中無法管理的引用序列。如果連結有用, -可以使用 https://lkml.kernel.org/ 重定向器(例如,在封面電子郵件文本中) +可以使用 https://lore.kernel.org/ 重定向器(例如,在封面電子郵件文本中) 連結到補丁系列的早期版本。 16) 發送git pull請求 |