aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.ja.md2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.ja.md b/README.ja.md
index 21c03ae853..ac7ed59c81 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -18,7 +18,7 @@ Rubyはテキスト処理関係の能力などに優れ,Perlと同じくらい
* ダイナミックローディング (アーキテクチャによる)
* 移植性が高い.多くのUnix-like/POSIX互換プラットフォーム上で動くだけでなく,Windows, macOS,
Haikuなどの上でも動く cf.
- https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatformsJa
+ https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#platform-maintainers
## 入手法
diff --git a/README.md b/README.md
index 1b6ec2c2a0..7e9e426e91 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ extensible.
* Dynamic Loading of Object Files (on some architectures)
* Highly Portable (works on many Unix-like/POSIX compatible platforms as
well as Windows, macOS, Haiku, etc.) cf.
- https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatforms
+ https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#platform-maintainers
## How to get Ruby