Skip to content

Commit cef0f63

Browse files
shogunseaalexdriaguine
authored andcommitted
fix html-dev-plugin link in react-dev-utils doc (facebook#1232)
1 parent a439045 commit cef0f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)