From 6d0ccaddac37c5eab6d9ae058b8fba5cfef35dfb Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Sat, 17 Sep 2022 20:37:25 +0100 Subject: [PATCH] Fix links to fragments in workspace docs --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ffe19ccf14..04a91bd24d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,9 +23,9 @@ - 🎉 Packages can now inherit settings from the workspace so that the settings can be centralized in one place. See - [`workspace.package`](https://doc.rust-lang.org/nightly/cargo/reference/workspaces.html#the-workspacepackage-table) + [`workspace.package`](https://doc.rust-lang.org/nightly/cargo/reference/workspaces.html#the-package-table) and - [`workspace.dependencies`](https://doc.rust-lang.org/nightly/cargo/reference/workspaces.html#the-workspacedependencies-table) + [`workspace.dependencies`](https://doc.rust-lang.org/nightly/cargo/reference/workspaces.html#the-dependencies-table) for more details on how to define these common settings. [#10859](https://github.com/rust-lang/cargo/pull/10859) - Added the