diff options
author | Takashi Kokubun <takashikkbn@gmail.com> | 2022-08-31 17:18:18 -0700 |
---|---|---|
committer | Takashi Kokubun <takashikkbn@gmail.com> | 2022-08-31 17:18:22 -0700 |
commit | ce70cb646972a4208b8132a77233e1b2741e7a25 (patch) | |
tree | e2b4f0dfe11987948128f39530a28f63dd912e14 | |
parent | a0d2320f30109bbfcb36d3ece1c67cad2f08541c (diff) |
It was a relative path [ci skip]
-rw-r--r-- | doc/yjit/yjit.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md index 0bd222cacd..1eeb75824a 100644 --- a/doc/yjit/yjit.md +++ b/doc/yjit/yjit.md @@ -58,7 +58,7 @@ You will need to install: - A C compiler such as GCC or Clang - GNU Make and Autoconf - The Rust compiler `rustc` and Cargo (if you want to build in dev/debug mode) - - The Rust version must be [>= 1.58.1](yjit/Cargo.toml). + - The Rust version must be [>= 1.58.1](../../yjit/Cargo.toml). To install the Rust build toolchain, we suggest following the [recommended installation method][rust-install]. Rust also provides first class [support][editor-tools] for many source code editors. |