From 26e66e5194b1bd6b343f87ebc868e21b9ec33cf7 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 20 Jul 2023 06:34:39 +0200 Subject: [PATCH] Fix `cargo msrv verify` link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da4b80e3..e2cf2300 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Docker images are also available on [Docker Hub](https://hub.docker.com/r/forest * [`cargo msrv -- `](https://foresterre.github.io/cargo-msrv/commands/find.html) to use `` as the compatibility check which decides whether a Rust version is compatible or not. This command should be runnable through rustup as `rustup run `. * Example: `cargo msrv -- cargo check --tests`. -* [`cargo msrv verify`](https://foresterre.github.io/cargo-msrv/commands/find.html) to verify the MSRV as specified by a crate author\ +* [`cargo msrv verify`](https://foresterre.github.io/cargo-msrv/commands/verify.html) to verify the MSRV as specified by a crate author\ * A crate author may specify the MSRV using the `package.rust-version` (Rust >=1.56) or the `package.metadata.msrv` key in the 'Cargo.toml' manifest. See the [book](https://foresterre.github.io/cargo-msrv/commands/list.html#description) for a more detailed description.