Skip to content

Commit ac8ad31

Browse files
ErnaneErnaneJ
authored andcommitted
Fix broken NEWS link in Ruby 4.0.0 release post
The URL https://docs.ruby-lang.org/en/v4.0.0/NEWS_md.html returns 404. The correct path on docs.ruby-lang.org omits the "v" prefix and patch version, so the link now points to https://docs.ruby-lang.org/en/4.0/NEWS_md.html. Fixes #3764
1 parent 604a823 commit ac8ad31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/news/_posts/2025-12-25-ruby-4-0-0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ A lot of work has gone into making Ractors more stable, performant, and usable.
624624
* `--rjit` is removed. We will move the implementation of the third-party JIT API
625625
to the [ruby/rjit](https://github.com/ruby/rjit) repository.
626626

627-
See [NEWS](https://docs.ruby-lang.org/en/{{ release.tag }}/NEWS_md.html)
627+
See [NEWS](https://docs.ruby-lang.org/en/4.0/NEWS_md.html)
628628
or [commit logs](https://github.com/ruby/ruby/compare/v3_4_0...{{ release.tag }})
629629
for more details.
630630

0 commit comments

Comments
 (0)