Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit f3c6de8

Browse files
shogunseagaearon
authored andcommittedDec 10, 2016
fix html-dev-plugin link in react-dev-utils doc (#1232)
1 parent 7e2a08b commit f3c6de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/react-dev-utils/README.md

Lines changed: 1 addition & 1 deletion
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)
This repository has been archived.