Skip to content

Commit 997cbdb

Browse files
d-fischerruyadorno
authored andcommitted
Fix broken link to package.json documentation
PR-URL: #2238 Credit: @d-fischer Close: #2238 Reviewed-by: @ruyadorno
1 parent 14c3f6f commit 997cbdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/using-npm/workspaces.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ order to add references to packages that should be symlinked into the current
1818

1919
We also refer to these packages being auto-symlinked during `npm install` as a
2020
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)
21+
file system that is explicitly defined in the [`package.json`](/configuring-npm/package-json#workspaces)
2222
`workspaces` configuration.
2323

2424
### Installing workspaces
2525

2626
Workspaces are usually defined via the `workspaces` property of the
27-
[`package.json`](/using-npm/package-json) file, e.g:
27+
[`package.json`](/configuring-npm/package-json#workspaces) file, e.g:
2828

2929
```json
3030
{

0 commit comments

Comments
 (0)