Skip to content

Commit 8c5509b

Browse files
committed
Auto merge of #11103 - weihanglo:fix-links-changelog, r=epage
Fix links to workspace inheritance headings in workspace docs
2 parents 362ce33 + 6d0ccad commit 8c5509b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323

2424
- 🎉 Packages can now inherit settings from the workspace so that the settings
2525
can be centralized in one place. See
26-
[`workspace.package`](https://doc.rust-lang.org/nightly/cargo/reference/workspaces.html#the-workspacepackage-table)
26+
[`workspace.package`](https://doc.rust-lang.org/nightly/cargo/reference/workspaces.html#the-package-table)
2727
and
28-
[`workspace.dependencies`](https://doc.rust-lang.org/nightly/cargo/reference/workspaces.html#the-workspacedependencies-table)
28+
[`workspace.dependencies`](https://doc.rust-lang.org/nightly/cargo/reference/workspaces.html#the-dependencies-table)
2929
for more details on how to define these common settings.
3030
[#10859](https://github.com/rust-lang/cargo/pull/10859)
3131
- Added the

0 commit comments

Comments
 (0)