diff --git a/posts/2023-08-29-committing-lockfiles.md b/posts/2023-08-29-committing-lockfiles.md index 6a13216ca..f92d7ba9a 100644 --- a/posts/2023-08-29-committing-lockfiles.md +++ b/posts/2023-08-29-committing-lockfiles.md @@ -46,7 +46,7 @@ with your MSRV. A lockfile is an appropriate way to pin versions for your project so you can validate your MSRV but we found people were instead putting upperbounds on their version requirements due to the strength of our prior guideline despite -[likely being a worse solution](https://doc.rust-lang.org/nightly/cargo/reference/specifying-dependencies.html#multiple-requirements). +[likely being a worse solution](https://doc.rust-lang.org/nightly/cargo/reference/specifying-dependencies.html#multiple-version-requirements). The wider software development ecosystem has also changed a lot in the intervening time.