Skip to content

Commit

Permalink
Fix broken link to package.json documentation
Browse files Browse the repository at this point in the history
PR-URL: #2238
Credit: @d-fischer
Close: #2238
Reviewed-by: @ruyadorno
  • Loading branch information
d-fischer authored and ruyadorno committed Nov 27, 2020
1 parent 14c3f6f commit 997cbdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/using-npm/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ order to add references to packages that should be symlinked into the current

We also refer to these packages being auto-symlinked during `npm install` as a
single **workspace**, meaning it's a nested package within the current local
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)
`workspaces` configuration.

### Installing workspaces

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

```json
{
Expand Down

0 comments on commit 997cbdb

Please sign in to comment.