badboy / whatrustisit

What Rust is it?
https://www.whatrustisit.com/
56 stars 7 forks source link

Incorrect "Release notes" link #6

Closed Aloso closed 4 years ago

Aloso commented 4 years ago

The "Release notes" link is https://github.com/rust-lang/rust/blob/1.40.0/RELEASES.md , but that tag doesn't include the release notes for Rust 1.40 yet.

The correct link is https://github.com/rust-lang/rust/blob/2f4331383466ca4ed78628f35495e86d9ac47137/RELEASES.md .

badboy commented 4 years ago

That's most likely because the releases.md was finished after the version was tagged (a mistake).

whatrustisit.com does the most simple thing just string-replacing the version in the URL. I won't add logic to detect any changed link.

wontfix.