From 2243b6d5b6d8bf27648dabdd841a8df826b468e8 Mon Sep 17 00:00:00 2001 From: AudaciousAxiom <179637270+AudaciousAxiom@users.noreply.github.com> Date: Sun, 25 May 2025 10:05:19 +0000 Subject: [PATCH] docs(README): fix the link to the changelog in the Cargo book --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74f16b0c3..c24925b97 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ High level release notes are available as part of [Rust's release notes][rel]. Detailed release notes are available in the [changelog]. [rel]: https://github.com/rust-lang/rust/blob/master/RELEASES.md -[changelog]: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.md +[changelog]: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html ## Reporting issues