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

ruby-changes:71270

From: Adrien <ko1@a...>
Date: Fri, 25 Feb 2022 04:12:36 +0900 (JST)
Subject: [ruby-changes:71270] fc7e42a473 (master): Fix yjit readme link pointing to old shopify readme (#5596)

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

From fc7e42a4731b274e5e732de83b720424ba65df59 Mon Sep 17 00:00:00 2001
From: Adrien S <adrien@s...>
Date: Thu, 24 Feb 2022 20:12:17 +0100
Subject: Fix yjit readme link pointing to old shopify readme (#5596)

---
 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 7018b333db..3c731247a3 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -47,7 +47,7 @@ YJIT is a work in progress and as such may not yet be mature enough for mission- https://github.com/ruby/ruby/blob/trunk/doc/yjit/yjit.md#L47
 - Currently supports only macOS and Linux.
 - Currently supports only x86-64 CPUs.
 
-Because there is no GC for generated code yet, your software could run out of executable memory if it is large enough. You can change how much executable memory is allocated using [YJIT's command-line options](https://github.com/Shopify/yjit#command-line-options).
+Because there is no GC for generated code yet, your software could run out of executable memory if it is large enough. You can change how much executable memory is allocated using [YJIT's command-line options](#command-line-options).
 
 ## Installation
 
-- 
cgit v1.2.1


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

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