We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e7a35 commit 5755f66Copy full SHA for 5755f66
docs/cli/add.md
@@ -54,11 +54,11 @@ This works just like installing from npm, but tells pnpm to resolve the package
54
55
Note that when adding dependencies and working within a [workspace], packages
56
will be installed from the configured sources, depending on whether or not
57
-[`link-workspace-packages`] is set, and use of the
+[`linkWorkspacePackages`] is set, and use of the
58
[`workspace: range protocol`].
59
60
[workspace]: ../workspaces.md
61
-[`link-workspace-packages`]: ./recursive#--link-workspace-packages
+[`linkWorkspacePackages`]: ../settings.md#linkworkspacepackages
62
[`workspace: range protocol`]: ../workspaces.md#workspace-protocol-workspace
63
64
### Install from local file system
0 commit comments