Skip to content

Fix broken NEWS link in Ruby 4.0.0 release post#3965

Open
ErnaneJ wants to merge 1 commit into
ruby:masterfrom
ErnaneJ:fix/3764-ruby-4-0-0-news-broken-link
Open

Fix broken NEWS link in Ruby 4.0.0 release post#3965
ErnaneJ wants to merge 1 commit into
ruby:masterfrom
ErnaneJ:fix/3764-ruby-4-0-0-news-broken-link

Conversation

@ErnaneJ

@ErnaneJ ErnaneJ commented Jul 3, 2026

Copy link
Copy Markdown

The NEWS link in the 4.0.0 release post points to https://docs.ruby-lang.org/en/v4.0.0/NEWS_md.html, which returns 404.

The template {{ release.tag }} resolves to v4.0.0, but docs.ruby-lang.org uses a major.minor path without the v prefix. The correct URL is https://docs.ruby-lang.org/en/4.0/NEWS_md.html, as confirmed by @hsbt in the issue.

Fixes #3764

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 ruby#3764
@ErnaneJ ErnaneJ requested a review from a team as a code owner July 3, 2026 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken "NEWS" link in the "Ruby 4.0.0 Released" post

1 participant