Skip to content

Commit 38941c9

Browse files
committed
fix html-dev-plugin link in react-dev-utils doc
1 parent 7e2a08b commit 38941c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dev-utils/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ There is no single entry point. You can only import individual top-level modules
2121
#### `new InterpolateHtmlPlugin(replacements: {[key:string]: string})`
2222

2323
This Webpack plugin lets us interpolate custom variables into `index.html`.
24-
It works in tandem with [HtmlWebpackPlugin](https://github.com/ampedandwired/html-dev-plugin) 2.x via its [events](https://github.com/ampedandwired/html-dev-plugin#events).
24+
It works in tandem with [HtmlWebpackPlugin](https://github.com/ampedandwired/html-webpack-plugin) 2.x via its [events](https://github.com/ampedandwired/html-webpack-plugin#events).
2525

2626
```js
2727
var path = require('path');

0 commit comments

Comments
 (0)