We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ad8bf commit 8f56f5dCopy full SHA for 8f56f5d
1 file changed
doc/jit/yjit.md
@@ -94,7 +94,7 @@ cd yjit
94
The YJIT `ruby` binary can be built with either GCC or Clang.
95
It can be built either in dev (debug) mode or in release mode.
96
For maximum performance, compile YJIT in release mode with GCC.
97
-See [Building Ruby](rdoc-ref:./contributing/building_ruby_md.html#building-ruby).
+See [Building Ruby](../contributing/building_ruby.md#building-ruby).
98
99
```sh
100
# Configure in release mode for maximum performance, build and install
0 commit comments