From 4fe6e91c8b68249924b0953aeb3af5a6015bfc05 Mon Sep 17 00:00:00 2001 From: Kentaro Tanaka Date: Sat, 23 Nov 2024 12:33:49 +0900 Subject: [PATCH] Fix broken Cargo Book link in cargo-resolver.md --- src/rust-2024/cargo-resolver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust-2024/cargo-resolver.md b/src/rust-2024/cargo-resolver.md index 45b3663e..f79e87d7 100644 --- a/src/rust-2024/cargo-resolver.md +++ b/src/rust-2024/cargo-resolver.md @@ -21,7 +21,7 @@ The setting is only honored for the top-level package of the workspace. If you are using a [virtual workspace], you will still need to explicitly set the [`resolver` field] in the `[workspace]` definition if you want to opt-in to the new resolver. -For more details on how Rust-version aware dependency resolution works, see [the Cargo book](../..//cargo/reference/resolver.html#rust-version). +For more details on how Rust-version aware dependency resolution works, see [the Cargo book](../../cargo/reference/resolver.html#rust-version). [`package.rust-version`]: ../../cargo/reference/rust-version.html [`resolver.incompatible-rust-version = "fallback"`]: ../../cargo/reference/config.html#resolverincompatible-rust-versions