From 6184d5b7289f5ffc746fc50ebae59487691e4bf8 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 10 Jul 2023 07:27:52 -0700 Subject: [PATCH] Update a link to a section in the cargo workspaces. This section was renamed a while ago, and I am switching it to use a redirect which the linkchecker can't handle. --- src/rust-2021/default-cargo-resolver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust-2021/default-cargo-resolver.md b/src/rust-2021/default-cargo-resolver.md index 9abc5a60..5f6653dc 100644 --- a/src/rust-2021/default-cargo-resolver.md +++ b/src/rust-2021/default-cargo-resolver.md @@ -24,7 +24,7 @@ See [the announcement of Rust 1.51][5] for details. [4]: ../../cargo/reference/resolver.html#feature-resolver-version-2 [5]: https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html#cargos-new-feature-resolver [workspace]: ../../cargo/reference/workspaces.html -[virtual workspace]: ../../cargo/reference/workspaces.html#virtual-manifest +[virtual workspace]: ../../cargo/reference/workspaces.html#virtual-workspace [`resolver` field]: ../../cargo/reference/resolver.html#resolver-versions ## Migration