From f3c6de802d0d8b38eadfead4180aedb88f63ba90 Mon Sep 17 00:00:00 2001
From: Shogun Sea <shogunsea08@gmail.com>
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 4d1e6ad30..3c6a10f62 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');
-- 
GitLab