summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2023-06-25 14:46:44 +0100
committerPeter Zhu <peter@peterzhu.ca>2023-06-25 16:44:59 -0400
commited587abffb48da991c33d232fd151683458938a9 (patch)
tree572897b6a87d0f807a08c83040a716f4baf70986
parent83076272455cc9efd0c4319a8c0a30c4521c54ca (diff)
Fix broken links
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7979
-rw-r--r--README.ja.md2
-rw-r--r--README.md2
-rw-r--r--doc/contributing/building_ruby.md3
3 files changed, 4 insertions, 3 deletions
diff --git a/README.ja.md b/README.ja.md
index 66f9e4e37f..e777fd5325 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -152,7 +152,7 @@ UNIXであれば `configure` がほとんどの差異を吸収してくれるは
## 配布条件
-[COPYING.ja](COPYING.ja) ファイルを参照してください.
+[COPYING.ja](https://docs.ruby-lang.org/en/master/COPYING_ja.html) ファイルを参照してください.
## フィードバック
diff --git a/README.md b/README.md
index 715f53287a..565dcc071f 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ if you are a committer.
## How to build
-see [Building Ruby](doc/contributing/building_ruby.md)
+See [Building Ruby](https://docs.ruby-lang.org/en/master/contributing/building_ruby_md.html)
## Ruby home page
diff --git a/doc/contributing/building_ruby.md b/doc/contributing/building_ruby.md
index d4cedbcb69..1f135eb782 100644
--- a/doc/contributing/building_ruby.md
+++ b/doc/contributing/building_ruby.md
@@ -25,7 +25,8 @@
* libffi (to build fiddle)
* gmp (if you with to accelerate Bignum operations)
* libexecinfo (FreeBSD)
- * rustc - 1.58.0 or later (if you wish to build [YJIT](/doc/yjit/yjit.md))
+ * rustc - 1.58.0 or later, if you wish to build
+ [YJIT](https://docs.ruby-lang.org/en/master/RubyVM/YJIT.html).
If you installed the libraries needed for extensions (openssl, readline, libyaml, zlib) into other than the OS default place,
typically using Homebrew on macOS, add `--with-EXTLIB-dir` options to `CONFIGURE_ARGS` environment variable.