diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md index b9d5d725f42393..850e8586cd2f4b 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