Skip to content

Commit c606995

Browse files
lvqqzkochan
andauthored
fix: update correct link in add.md (#717)
* fix: update correct link in add.md * docs: fix setting name --------- Co-authored-by: Zoltan Kochan <[email protected]>
1 parent e0419e6 commit c606995

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cli/add.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ 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`]: ../workspaces.md#link-workspace-packages
62-
[`workspace: range protocol`]: ../workspaces.md#workspace-ranges-workspace
61+
[`linkWorkspacePackages`]: ../settings.md#linkworkspacepackages
62+
[`workspace: range protocol`]: ../workspaces.md#workspace-protocol-workspace
6363

6464
### Install from local file system
6565

0 commit comments

Comments
 (0)