[前][次][番号順一覧][スレッド一覧]

ruby-changes:73350

From: Takashi <ko1@a...>
Date: Thu, 1 Sep 2022 09:18:38 +0900 (JST)
Subject: [ruby-changes:73350] ce70cb6469 (master): It was a relative path [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=ce70cb6469

From ce70cb646972a4208b8132a77233e1b2741e7a25 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Wed, 31 Aug 2022 17:18:18 -0700
Subject: It was a relative path [ci skip]

---
 doc/yjit/yjit.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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: https://github.com/ruby/ruby/blob/trunk/doc/yjit/yjit.md#L58
 - 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.
 
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]