Skip to content

Commit 3999646

Browse files
committed
fix(guides): add missing link in installation
1 parent 9c41e1d commit 3999646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ npm install --save-dev webpack
2828
npm install --save-dev webpack@<version>
2929
```
3030

31-
Installing locally is what we recommend for most projects. This makes it easier to upgrade projects individually when breaking changes are introduced. Typically webpack is run via one or more [NPM scripts]() which will look for a webpack installation in your local `node_modules` directory:
31+
Installing locally is what we recommend for most projects. This makes it easier to upgrade projects individually when breaking changes are introduced. Typically webpack is run via one or more [npm scripts](https://docs.npmjs.com/misc/scripts) which will look for a webpack installation in your local `node_modules` directory:
3232

3333
```json
3434
"scripts": {

0 commit comments

Comments
 (0)