summaryrefslogtreecommitdiff
path: root/doc/yjit
diff options
context:
space:
mode:
authorAdrien S <adrien@siami.fr>2022-02-24 20:12:17 +0100
committerGitHub <noreply@github.com>2022-02-24 14:12:17 -0500
commitfc7e42a4731b274e5e732de83b720424ba65df59 (patch)
treeab6328a6beebde91811b944c778f7bd1184864e5 /doc/yjit
parent8b3b113d84cc9d4c38e2b19f2d54d4d0457b93fd (diff)
Fix yjit readme link pointing to old shopify readme (#5596)
Notes
Notes: Merged-By: maximecb <maximecb@ruby-lang.org>
Diffstat (limited to 'doc/yjit')
-rw-r--r--doc/yjit/yjit.md2
1 files changed, 1 insertions, 1 deletions
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-
- 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