Skip to content

Commit cf0d6d7

Browse files
committed
Update YJIT comment URLs
1 parent 5327564 commit cf0d6d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ for version in "${versions[@]}"; do
9898
# YJIT
9999
doc="$(jq <<<"$doc" -sc '
100100
.[1][].arches? |= if . then with_entries(select(.key | IN(
101-
# https://github.com/ruby/ruby/blob/v3_2_0/doc/yjit/yjit.md ("currently supported for macOS and Linux on x86-64 and arm64/aarch64 CPUs")
102-
# https://github.com/ruby/ruby/blob/v3_2_0/configure.ac#L3757-L3761
101+
# https://github.com/ruby/ruby/blob/ruby_4_0/doc/jit/yjit.md ("currently only supports ... x86-64 and arm64/aarch64 CPUs")
102+
# https://github.com/ruby/ruby/blob/ruby_4_0/configure.ac#L3903-L3906
103103
"amd64",
104104
"arm64v8",
105105
empty # trailing comma

0 commit comments

Comments
 (0)