We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c3f6f commit 997cbdbCopy full SHA for 997cbdb
docs/content/using-npm/workspaces.md
@@ -18,13 +18,13 @@ order to add references to packages that should be symlinked into the current
18
19
We also refer to these packages being auto-symlinked during `npm install` as a
20
single **workspace**, meaning it's a nested package within the current local
21
-file system that is explicitly defined in the [`package.json`](/using-npm/package-json)
+file system that is explicitly defined in the [`package.json`](/configuring-npm/package-json#workspaces)
22
`workspaces` configuration.
23
24
### Installing workspaces
25
26
Workspaces are usually defined via the `workspaces` property of the
27
-[`package.json`](/using-npm/package-json) file, e.g:
+[`package.json`](/configuring-npm/package-json#workspaces) file, e.g:
28
29
```json
30
{
0 commit comments