summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2023-06-28 16:56:28 +0100
committerPeter Zhu <peter@peterzhu.ca>2023-06-28 12:01:16 -0400
commit8f9d58a962c901de56df605823dc28767fb2d8ac (patch)
treed3a07aa036b91215b8956cb1e6ad047d58969a68 /doc
parenta500eb9f8c487c9245d82f9b3c64cd3ddf44c836 (diff)
Repair broken link
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7993
Diffstat (limited to 'doc')
-rw-r--r--doc/yjit/yjit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md
index b9d5d725f4..850e8586cd 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -81,7 +81,7 @@ git clone https://github.com/ruby/ruby yjit
cd yjit
```
-The YJIT `ruby` binary can be built with either GCC or Clang. It can be built either in dev (debug) mode or in release mode. For maximum performance, compile YJIT in release mode with GCC. More detailed build instructions are provided in the [Ruby README](https://github.com/ruby/ruby#how-to-compile-and-install).
+The YJIT `ruby` binary can be built with either GCC or Clang. It can be built either in dev (debug) mode or in release mode. For maximum performance, compile YJIT in release mode with GCC. More detailed build instructions are provided in the [Ruby README](https://github.com/ruby/ruby#how-to-build).
```sh
# Configure in release mode for maximum performance, build and install