diff options
author | Takafumi ONAKA <[email protected]> | 2025-04-21 20:05:02 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-04-21 20:19:51 +0900 |
commit | ff689b9a7ac01d512619e28cd832271f85295e6a (patch) | |
tree | c2e703cab38f38b25e85d3de2854dac6fafb297d | |
parent | 85bab61565841a815322449d3309cf53b15f57b9 (diff) |
[DOC] Fix broken link reference in NEWS.md
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13144
-rw-r--r-- | NEWS.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,6 +95,6 @@ The following bundled gems are updated. ## JIT [Feature #19908]: https://bugs.ruby-lang.org/issues/19908 -[Feature #19908]: https://bugs.ruby-lang.org/issues/20724 +[Feature #20724]: https://bugs.ruby-lang.org/issues/20724 [Feature #21047]: https://bugs.ruby-lang.org/issues/21047 [Bug #21049]: https://bugs.ruby-lang.org/issues/21049 |