From nobody Sat Apr 4 21:45:03 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50507C433FE for ; Fri, 30 Sep 2022 02:20:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229825AbiI3CU0 (ORCPT ); Thu, 29 Sep 2022 22:20:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43914 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229696AbiI3CUN (ORCPT ); Thu, 29 Sep 2022 22:20:13 -0400 Received: from mail-pj1-x102f.google.com (mail-pj1-x102f.google.com [IPv6:2607:f8b0:4864:20::102f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EBDAE4D832; Thu, 29 Sep 2022 19:20:12 -0700 (PDT) Received: by mail-pj1-x102f.google.com with SMTP id u12so2996910pjj.1; Thu, 29 Sep 2022 19:20:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date; bh=SUa/4+caVBv6PoMoDBL5nY89uKoHKJ97ytgcWCmTBgA=; b=oGOI0B4DEdS7UJlwAlxaA9XlbpPMMInd51a1eupKFk3AP7gTbbVfViq07FEQnbXYTX uCdojtfq7/vNxhuXdaKA0j6fr9AQQrsNarvIZHYSbx6py7t+DAtCvPy+iaNg7JAv3MJP wd0FnTdaCCbmGBTJWG06Bb0dcOEQr7IrCYYup2akoDrKH6vBXYdOERnAnRr6nWzD64hz 0U+KnBkLvvSXaG8fS6fadaz01UaZoZYduw6mtvwDhN1+cHVgN0ZVBS9DjiSpjswTAVgl 64vF3qLk7jWwOs+Ck9h6/ubxy6HpkWx4gZqZai4wI1RMea3DAxb9+u6lH/rgZnK2cxfN KBmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date; bh=SUa/4+caVBv6PoMoDBL5nY89uKoHKJ97ytgcWCmTBgA=; b=n4AuxtUHnqTpRqHUEDxZ9rW5kRpIe69W4XL9rhUuFHRXd4Zy1TNLGif0IqcWgpMDjj tdZYgHVOy8iqKz1RUq24vSUC/CTDcD5s8SdNSKr+VGaxhSZ7coG+Fre/4Ta4oTAmnec5 L6jRY86Zwf78E3OJMJl2T/Ub0F33yEHWkDSvOlA18nfEK+2xL+9HBqPIL6lyI2MuIePO zkpDaUqpU1XmnP8r9wfi9JXRY+QssJY2ah1UMMhjDo99mjOXpPWml1bM7SCZ0Qxb6C6C wsQj1S0eXk5pX3MBVyGvSJSn43BETTofOXm3HO02TOoOPJPTy0FfbpVwR1T1ORPziFyF 4RVA== X-Gm-Message-State: ACrzQf1tR/gRpRTqHOO7ZHt0zZE1uEk7v+B2Ia4DlqlHpeBq9QGUpcmg DZM9pPiXY/DBgNno1bAxVl0= X-Google-Smtp-Source: AMsMyM7PJM5JhpuH0U97cNrqaL9X5PhYhGXOy5ysxLg+F33208f72L9z1SaYj2xkIrG8Sftn02LCMA== X-Received: by 2002:a17:903:18b:b0:176:afb8:b4ab with SMTP id z11-20020a170903018b00b00176afb8b4abmr6631756plg.80.1664504411667; Thu, 29 Sep 2022 19:20:11 -0700 (PDT) Received: from localhost.localdomain (KD106167171201.ppp-bb.dion.ne.jp. [106.167.171.201]) by smtp.gmail.com with ESMTPSA id o11-20020a62f90b000000b0053b850b17c8sm386115pfh.152.2022.09.29.19.20.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 29 Sep 2022 19:20:11 -0700 (PDT) From: Akira Yokosawa To: Jonathan Corbet Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Akira Yokosawa , Federico Vaga , Alex Shi , Yanteng Si , Hu Haowen Subject: [PATCH] docs/howto: Replace abundoned URL of gmane.org Date: Fri, 30 Sep 2022 11:19:36 +0900 Message-Id: <20220930021936.26238-1-akiyks@gmail.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Somehow, there remains a link to gmane.org, which stopped working in 2016, in howto.rst. Replace it with the one at lore.kernel.org. Do the same changes under translations/ as well. Signed-off-by: Akira Yokosawa Cc: Federico Vaga Cc: Alex Shi Cc: Yanteng Si Cc: Hu Haowen Reviewed-by: Alex Shi --- Documentation/process/howto.rst | 2 +- Documentation/translations/it_IT/process/howto.rst | 2 +- Documentation/translations/ja_JP/howto.rst | 2 +- Documentation/translations/ko_KR/howto.rst | 2 +- Documentation/translations/zh_CN/process/howto.rst | 2 +- Documentation/translations/zh_TW/process/howto.rst | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/process/howto.rst b/Documentation/process/howto.= rst index cd6997a9d203..bd15c393ba3c 100644 --- a/Documentation/process/howto.rst +++ b/Documentation/process/howto.rst @@ -379,7 +379,7 @@ to subscribe and unsubscribe from the list can be found= at: There are archives of the mailing list on the web in many different places. Use a search engine to find these archives. For example: =20 - http://dir.gmane.org/gmane.linux.kernel + https://lore.kernel.org/lkml/ =20 It is highly recommended that you search the archives about the topic you want to bring up, before you post it to the list. A lot of things diff --git a/Documentation/translations/it_IT/process/howto.rst b/Documenta= tion/translations/it_IT/process/howto.rst index 16ad5622d549..15c08aea1dfe 100644 --- a/Documentation/translations/it_IT/process/howto.rst +++ b/Documentation/translations/it_IT/process/howto.rst @@ -394,7 +394,7 @@ trovati al sito: Ci sono diversi archivi della lista di discussione. Usate un qualsiasi mot= ore di ricerca per trovarli. Per esempio: =20 - http://dir.gmane.org/gmane.linux.kernel + https://lore.kernel.org/lkml/ =20 =C3=89 caldamente consigliata una ricerca in questi archivi sul tema che v= olete sollevare, prima di pubblicarlo sulla lista. Molte cose sono gi=C3=A0 state diff --git a/Documentation/translations/ja_JP/howto.rst b/Documentation/tra= nslations/ja_JP/howto.rst index 649e2ff2a407..b47a682d8ded 100644 --- a/Documentation/translations/ja_JP/howto.rst +++ b/Documentation/translations/ja_JP/howto.rst @@ -410,7 +410,7 @@ https://bugzilla.kernel.org =E3=81=AB=E8=A1=8C=E3=81=A3= =E3=81=A6=E3=81=8F=E3=81=A0=E3=81=95=E3=81=84=E3=80=82=E3=82=82=E3=81=97=E4= =BB=8A=E5=BE=8C=E3=81=AE=E3=83=90=E3=82=B0=E3=83=AC =E3=81=93=E3=81=AE=E3=83=A1=E3=83=BC=E3=83=AA=E3=83=B3=E3=82=B0=E3=83=AA= =E3=82=B9=E3=83=88=E3=81=AE=E3=82=A2=E3=83=BC=E3=82=AB=E3=82=A4=E3=83=96=E3= =81=AF web =E4=B8=8A=E3=81=AE=E5=A4=9A=E6=95=B0=E3=81=AE=E5=A0=B4=E6=89=80= =E3=81=AB=E5=AD=98=E5=9C=A8=E3=81=97=E3=81=BE=E3=81=99=E3=80=82=E3=81=93 =E3=82=8C=E3=82=89=E3=81=AE=E3=82=A2=E3=83=BC=E3=82=AB=E3=82=A4=E3=83=96= =E3=82=92=E6=8E=A2=E3=81=99=E3=81=AB=E3=81=AF=E3=82=B5=E3=83=BC=E3=83=81=E3= =82=A8=E3=83=B3=E3=82=B8=E3=83=B3=E3=82=92=E4=BD=BF=E3=81=84=E3=81=BE=E3=81= =97=E3=82=87=E3=81=86=E3=80=82=E4=BE=8B=E3=81=88=E3=81=B0- =20 - http://dir.gmane.org/gmane.linux.kernel + https://lore.kernel.org/lkml/ =20 =E3=83=AA=E3=82=B9=E3=83=88=E3=81=AB=E6=8A=95=E7=A8=BF=E3=81=99=E3=82=8B= =E5=89=8D=E3=81=AB=E3=81=99=E3=81=A7=E3=81=AB=E3=81=9D=E3=81=AE=E8=A9=B1=E9= =A1=8C=E3=81=8C=E3=82=A2=E3=83=BC=E3=82=AB=E3=82=A4=E3=83=96=E3=81=AB=E5=AD= =98=E5=9C=A8=E3=81=99=E3=82=8B=E3=81=8B=E3=81=A9=E3=81=86=E3=81=8B=E3=82=92= =E6=A4=9C=E7=B4=A2 =E3=81=99=E3=82=8B=E3=81=93=E3=81=A8=E3=82=92=E6=98=AF=E9=9D=9E=E3=82=84= =E3=81=A3=E3=81=A6=E3=81=8F=E3=81=A0=E3=81=95=E3=81=84=E3=80=82=E5=A4=9A=E6= =95=B0=E3=81=AE=E4=BA=8B=E3=81=8C=E3=81=99=E3=81=A7=E3=81=AB=E8=A9=B3=E7=B4= =B0=E3=81=AB=E6=B8=A1=E3=81=A3=E3=81=A6=E8=AD=B0=E8=AB=96=E3=81=95=E3=82=8C= =E3=81=A6=E3=81=8A diff --git a/Documentation/translations/ko_KR/howto.rst b/Documentation/tra= nslations/ko_KR/howto.rst index e43970584ca4..df53fafd1b10 100644 --- a/Documentation/translations/ko_KR/howto.rst +++ b/Documentation/translations/ko_KR/howto.rst @@ -386,7 +386,7 @@ https://bugzilla.kernel.org =EB=A5=BC =EC=B2=B4=ED=81= =AC=ED=95=98=EA=B3=A0=EC=9E=90 =ED=95=A0 =EC=88=98=EB=8F=84 =EC=9E=88=EB=8B= =A4; =EC=86=8C=EC=88=98=EC=9D=98 =EC=BB=A4 =EC=9B=B9=EC=83=81=EC=9D=98 =EB=A7=8E=EC=9D=80 =EB=8B=A4=EB=A5=B8 =EA=B3= =B3=EC=97=90=EB=8F=84 =EB=A9=94=EC=9D=BC=EB=A7=81 =EB=A6=AC=EC=8A=A4=ED=8A= =B8=EC=9D=98 =EC=95=84=EC=B9=B4=EC=9D=B4=EB=B8=8C=EB=93=A4=EC=9D=B4 =EC=9E= =88=EB=8B=A4. =EC=9D=B4=EB=9F=AC=ED=95=9C =EC=95=84=EC=B9=B4=EC=9D=B4=EB=B8=8C=EB=93=A4= =EC=9D=84 =EC=B0=BE=EC=9C=BC=EB=A0=A4=EB=A9=B4 =EA=B2=80=EC=83=89 =EC=97=94= =EC=A7=84=EC=9D=84 =EC=82=AC=EC=9A=A9=ED=95=98=EB=9D=BC. =EC=98=88=EB=A5=BC= =EB=93=A4=EC=96=B4: =20 - http://dir.gmane.org/gmane.linux.kernel + https://lore.kernel.org/lkml/ =20 =EC=97=AC=EB=9F=AC=EB=B6=84=EC=9D=B4 =EC=83=88=EB=A1=9C=EC=9A=B4 =EB=AC=B8= =EC=A0=9C=EC=97=90 =EA=B4=80=ED=95=B4 =EB=A6=AC=EC=8A=A4=ED=8A=B8=EC=97=90 = =EC=98=AC=EB=A6=AC=EA=B8=B0 =EC=A0=84=EC=97=90 =EB=A7=90=ED=95=98=EA=B3=A0 = =EC=8B=B6=EC=9D=80 =EC=A3=BC=EC=A0=9C=EC=97=90 =EA=B4=80=ED=95=9C =EA=B2=83=EC=9D=84 =EC=95=84=EC=B9=B4=EC=9D=B4=EB=B8=8C=EC=97=90=EC=84=9C = =EB=A8=BC=EC=A0=80 =EC=B0=BE=EC=95=84=EB=B3=B4=EA=B8=B0=EB=A5=BC =EA=B0=95= =EB=A0=A5=ED=9E=88 =EA=B6=8C=EC=9E=A5=ED=95=9C=EB=8B=A4. =EC=9D=B4=EB=AF=B8= =EC=83=81=EC=84=B8=ED=95=98=EA=B2=8C =ED=86=A0=EB=A1=A0=EB=90=9C =EB=A7=8E= =EC=9D=80 diff --git a/Documentation/translations/zh_CN/process/howto.rst b/Documenta= tion/translations/zh_CN/process/howto.rst index 1455190dc087..5bf953146929 100644 --- a/Documentation/translations/zh_CN/process/howto.rst +++ b/Documentation/translations/zh_CN/process/howto.rst @@ -306,7 +306,7 @@ bugzilla.kernel.org=E6=98=AFLinux=E5=86=85=E6=A0=B8=E5= =BC=80=E5=8F=91=E8=80=85=E4=BB=AC=E7=94=A8=E6=9D=A5=E8=B7=9F=E8=B8=AA=E5=86= =85=E6=A0=B8Bug=E7=9A=84=E7=BD=91=E7=AB=99=E3=80=82 =E7=BD=91=E4=B8=8A=E5=BE=88=E5=A4=9A=E5=9C=B0=E6=96=B9=E9=83=BD=E6=9C=89= =E8=BF=99=E4=B8=AA=E9=82=AE=E4=BB=B6=E5=88=97=E8=A1=A8=E7=9A=84=E5=AD=98=E6= =A1=A3(archive)=E3=80=82=E5=8F=AF=E4=BB=A5=E4=BD=BF=E7=94=A8=E6=90=9C=E7=B4= =A2=E5=BC=95=E6=93=8E=E6=9D=A5=E6=89=BE=E5=88=B0=E8=BF=99=E4=BA=9B =E5=AD=98=E6=A1=A3=E3=80=82=E6=AF=94=E5=A6=82=EF=BC=9A =20 - http://dir.gmane.org/gmane.linux.kernel + https://lore.kernel.org/lkml/ =20 =E5=9C=A8=E5=8F=91=E4=BF=A1=E4=B9=8B=E5=89=8D=EF=BC=8C=E6=88=91=E4=BB=AC= =E5=BC=BA=E7=83=88=E5=BB=BA=E8=AE=AE=E4=BD=A0=E5=85=88=E5=9C=A8=E5=AD=98=E6= =A1=A3=E4=B8=AD=E6=90=9C=E7=B4=A2=E4=BD=A0=E6=83=B3=E8=A6=81=E8=AE=A8=E8=AE= =BA=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82=E5=BE=88=E5=A4=9A=E5=B7=B2=E7=BB=8F= =E8=A2=AB=E8=AF=A6=E7=BB=86 =E8=AE=A8=E8=AE=BA=E8=BF=87=E7=9A=84=E9=97=AE=E9=A2=98=E5=8F=AA=E5=9C=A8= =E9=82=AE=E4=BB=B6=E5=88=97=E8=A1=A8=E7=9A=84=E5=AD=98=E6=A1=A3=E4=B8=AD=E5= =8F=AF=E4=BB=A5=E6=89=BE=E5=88=B0=E3=80=82 diff --git a/Documentation/translations/zh_TW/process/howto.rst b/Documenta= tion/translations/zh_TW/process/howto.rst index 68ae4411285b..86b0d4c6d6f9 100644 --- a/Documentation/translations/zh_TW/process/howto.rst +++ b/Documentation/translations/zh_TW/process/howto.rst @@ -309,7 +309,7 @@ bugzilla.kernel.org=E6=98=AFLinux=E5=85=A7=E6=A0=B8=E9= =96=8B=E7=99=BC=E8=80=85=E5=80=91=E7=94=A8=E4=BE=86=E8=B7=9F=E8=B9=A4=E5=85= =A7=E6=A0=B8Bug=E7=9A=84=E7=B6=B2=E7=AB=99=E3=80=82 =E7=B6=B2=E4=B8=8A=E5=BE=88=E5=A4=9A=E5=9C=B0=E6=96=B9=E9=83=BD=E6=9C=89= =E9=80=99=E5=80=8B=E9=83=B5=E4=BB=B6=E5=88=97=E8=A1=A8=E7=9A=84=E5=AD=98=E6= =AA=94(archive)=E3=80=82=E5=8F=AF=E4=BB=A5=E4=BD=BF=E7=94=A8=E6=90=9C=E5=B0= =8B=E5=BC=95=E6=93=8E=E4=BE=86=E6=89=BE=E5=88=B0=E9=80=99=E4=BA=9B =E5=AD=98=E6=AA=94=E3=80=82=E6=AF=94=E5=A6=82=EF=BC=9A =20 - http://dir.gmane.org/gmane.linux.kernel + https://lore.kernel.org/lkml/ =20 =E5=9C=A8=E7=99=BC=E4=BF=A1=E4=B9=8B=E5=89=8D=EF=BC=8C=E6=88=91=E5=80=91= =E5=BC=B7=E7=83=88=E5=BB=BA=E8=AD=B0=E4=BD=A0=E5=85=88=E5=9C=A8=E5=AD=98=E6= =AA=94=E4=B8=AD=E6=90=9C=E7=B4=A2=E4=BD=A0=E6=83=B3=E8=A6=81=E8=A8=8E=E8=AB= =96=E7=9A=84=E5=95=8F=E9=A1=8C=E3=80=82=E5=BE=88=E5=A4=9A=E5=B7=B2=E7=B6=93= =E8=A2=AB=E8=A9=B3=E7=B4=B0 =E8=A8=8E=E8=AB=96=E9=81=8E=E7=9A=84=E5=95=8F=E9=A1=8C=E5=8F=AA=E5=9C=A8= =E9=83=B5=E4=BB=B6=E5=88=97=E8=A1=A8=E7=9A=84=E5=AD=98=E6=AA=94=E4=B8=AD=E5= =8F=AF=E4=BB=A5=E6=89=BE=E5=88=B0=E3=80=82 base-commit: 05fff6ba04eef8b88bb94734b66731bef3d8d34b --=20 2.25.1