diff options
Diffstat (limited to 'README.ja.md')
| -rw-r--r-- | README.ja.md | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/README.ja.md b/README.ja.md index 67bbc9530d..9bbc3a83a5 100644 --- a/README.ja.md +++ b/README.ja.md @@ -1,10 +1,10 @@ [](https://github.com/ruby/ruby/actions?query=workflow%3A"MinGW") -[](https://github.com/ruby/ruby/actions?query=workflow%3A"RJIT") [](https://github.com/ruby/ruby/actions?query=workflow%3A"Ubuntu") [](https://github.com/ruby/ruby/actions?query=workflow%3A"Windows") [](https://ci.appveyor.com/project/ruby/ruby/branch/master) [](https://app.travis-ci.com/ruby/ruby) -[](https://cirrus-ci.com/github/ruby/ruby/master) + +[English](rdoc-ref:README.md) # Rubyとは @@ -26,7 +26,7 @@ Rubyはテキスト処理関係の能力などに優れ,Perlと同じくらい * ダイナミックローディング (アーキテクチャによる) * 移植性が高い.多くのUnix-like/POSIX互換プラットフォーム上で動くだけでなく,Windows, macOS, Haikuなどの上でも動く cf. - https://github.com/ruby/ruby/blob/master/doc/contributing.rdoc#platform-maintainers + https://docs.ruby-lang.org/en/master/maintainers_md.html#label-Platform+Maintainers ## 入手法 @@ -41,11 +41,15 @@ https://www.ruby-lang.org/ja/downloads/ ミラーをGitHubに公開しています. 以下のコマンドでリポジトリを取得できます. - $ git clone https://github.com/ruby/ruby.git +```console +$ git clone https://github.com/ruby/ruby.git +``` 他のブランチの一覧は次のコマンドで見られます. - $ git ls-remote https://github.com/ruby/ruby.git +```console +$ git ls-remote https://github.com/ruby/ruby.git +``` Rubyリポジトリの本来のmasterは https://git.ruby-lang.org/ruby.git にあります. コミッタはこちらを使います. @@ -60,20 +64,20 @@ https://www.ruby-lang.org/ ## メーリングリスト -Rubyのメーリングリストがあります.参加希望の方は [ruby-list-request@ruby-lang.org] まで本文に +Rubyのメーリングリストがあります.参加希望の方は [ruby-list-request@ml.ruby-lang.org] まで件名に - subscribe + join と書いて送って下さい. Ruby開発者向けメーリングリストもあります.こちらではrubyのバグ,将来の仕様拡張など実装上の問題について議論されています. -参加希望の方は [ruby-dev-request@ruby-lang.org] までruby-listと同様の方法でメールしてください. +参加希望の方は [ruby-dev-request@ml.ruby-lang.org] までruby-listと同様の方法でメールしてください. Ruby拡張モジュールについて話し合うruby-extメーリングリストと数学関係の話題について話し合うruby-mathメーリングリストと 英語でrubyについて話し合うruby-talkメーリングリストもあります.参加方法はどれも同じです. -[ruby-list-request@ruby-lang.org]: mailto:ruby-list-request@ruby-lang.org?subject=Join%20Ruby%20Mailing%20List&body=subscribe -[ruby-dev-request@ruby-lang.org]: mailto:ruby-dev-request@ruby-lang.org?subject=Join%20Ruby%20Mailing%20List&body=subscribe +[ruby-list-request@ml.ruby-lang.org]: mailto:ruby-list-request@ml.ruby-lang.org?subject=join +[ruby-dev-request@ml.ruby-lang.org]: mailto:ruby-dev-request@ml.ruby-lang.org?subject=join ## コンパイル・インストール @@ -152,7 +156,7 @@ UNIXであれば `configure` がほとんどの差異を吸収してくれるは ## 配布条件 -[COPYING.ja](COPYING.ja) ファイルを参照してください. +[COPYING.ja](https://docs.ruby-lang.org/en/master/COPYING_ja.html) ファイルを参照してください. ## フィードバック |
