From b83038492ba84cdd99b3060445e3d16f11d3c835 Mon Sep 17 00:00:00 2001 From: Shogun Sea Date: Sat, 10 Dec 2016 15:51:09 -0600 Subject: [PATCH] fix html-dev-plugin link in react-dev-utils doc (#1232) --- packages/react-dev-utils/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-dev-utils/README.md b/packages/react-dev-utils/README.md index 4d1e6ad302..3c6a10f62e 100644 --- a/packages/react-dev-utils/README.md +++ b/packages/react-dev-utils/README.md @@ -21,7 +21,7 @@ There is no single entry point. You can only import individual top-level modules #### `new InterpolateHtmlPlugin(replacements: {[key:string]: string})` This Webpack plugin lets us interpolate custom variables into `index.html`. -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). +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). ```js var path = require('path');