Skip to content

Commit 2a5e2f6

Browse files
docs: fix CONTRIBUTING.md PR test dependency
fix CONTRIBUTING.md PR test dependency
2 parents ba65ec1 + 83b3f28 commit 2a5e2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Pull requests often need some real-world testing.
4040
1. In your `package.json`, change the line with `webpack-dev-server` to:
4141

4242
```json
43-
"webpack-dev-server": "webpack/webpack-dev-server#<ID>/head"
43+
"webpack-dev-server": "github:webpack/webpack-dev-server#pull/<ID>/head"
4444
```
4545

4646
`<ID>` is the ID of the pull request.

0 commit comments

Comments
 (0)