Skip to content

Commit 5755f66

Browse files
committed
docs: fix setting name
1 parent a0e7a35 commit 5755f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cli/add.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ This works just like installing from npm, but tells pnpm to resolve the package
5454

5555
Note that when adding dependencies and working within a [workspace], packages
5656
will be installed from the configured sources, depending on whether or not
57-
[`link-workspace-packages`] is set, and use of the
57+
[`linkWorkspacePackages`] is set, and use of the
5858
[`workspace: range protocol`].
5959

6060
[workspace]: ../workspaces.md
61-
[`link-workspace-packages`]: ./recursive#--link-workspace-packages
61+
[`linkWorkspacePackages`]: ../settings.md#linkworkspacepackages
6262
[`workspace: range protocol`]: ../workspaces.md#workspace-protocol-workspace
6363

6464
### Install from local file system

0 commit comments

Comments
 (0)