diff options
author | Akira Yokosawa <akiyks@gmail.com> | 2024-09-22 13:07:09 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-10-14 09:50:30 -0600 |
commit | 0bfc0e9af40596041dc3a47f67b9568be1d13f1a (patch) | |
tree | 16cbbe3902e1b063bd4153fd5e301e1193273a81 /Documentation/translations/ja_JP | |
parent | d0b343605f1b2136573303f60addacf833de91c1 (diff) | |
download | linux-0bfc0e9af40596041dc3a47f67b9568be1d13f1a.tar.gz linux-0bfc0e9af40596041dc3a47f67b9568be1d13f1a.tar.bz2 linux-0bfc0e9af40596041dc3a47f67b9568be1d13f1a.zip |
docs/ja_JP: howto: Catch up changes in v6.11
Apply changes made in commit 413e775efaec ("Documentation: fix links
to mailing list services").
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Cc: Tsugikazu Shibata <shibata@linuxfoundation.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240922040709.44490-1-akiyks@gmail.com
Diffstat (limited to 'Documentation/translations/ja_JP')
-rw-r--r-- | Documentation/translations/ja_JP/process/howto.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/translations/ja_JP/process/howto.rst b/Documentation/translations/ja_JP/process/howto.rst index 872876c67896..d9ba40588e46 100644 --- a/Documentation/translations/ja_JP/process/howto.rst +++ b/Documentation/translations/ja_JP/process/howto.rst @@ -361,7 +361,7 @@ https://patchwork.kernel.org/ でリストされています。 全サブシステムツリーからほぼ毎日プルされてできる特別なテスト用のリポジ トリが存在します- - https://git.kernel.org/?p=linux/kernel/git/next/linux-next.git + https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git このやり方によって、linux-next は次のマージ機会でどんなものがメイン ラインにマージされるか、おおまかな展望を提供します。 @@ -401,12 +401,12 @@ https://bugzilla.kernel.org でバグ報告を調べようとする人もいる� は Linux kernel メーリングリストに参加しています。このリストの登録/脱 退の方法については以下を参照してください- - http://vger.kernel.org/vger-lists.html#linux-kernel + https://subspace.kernel.org/subscribing.html このメーリングリストのアーカイブは web 上の多数の場所に存在します。こ れらのアーカイブを探すにはサーチエンジンを使いましょう。例えば- - https://lore.kernel.org/lkml/ + https://lore.kernel.org/linux-kernel/ リストに投稿する前にすでにその話題がアーカイブに存在するかどうかを検索 することを是非やってください。多数の事がすでに詳細に渡って議論されてお @@ -419,13 +419,13 @@ MAINTAINERS ファイルにリストがありますので参照してくださ� 多くのリストは kernel.org でホストされています。これらの情報は以下にあ ります - - http://vger.kernel.org/vger-lists.html + https://subspace.kernel.org メーリングリストを使う場合、良い行動習慣に従うようにしましょう。少し安っ ぽいが、以下の URL は上のリスト(や他のリスト)で会話する場合のシンプル なガイドラインを示しています - - http://www.albion.com/netiquette/ + https://subspace.kernel.org/etiquette.html もし複数の人があなたのメールに返事をした場合、CC: で受ける人のリストは だいぶ多くなるでしょう。正当な理由がない限り、CC: リストから誰かを削除 |