From 31a25e808a5db096e486b4c9fdd0fbab3cc43669 Mon Sep 17 00:00:00 2001 From: Jay Sherby Date: Sun, 5 Nov 2017 16:31:00 -0600 Subject: [PATCH] docs(README): fix broken link (`importLoaders`) (#310) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e83df49..c7838f21 100644 --- a/README.md +++ b/README.md @@ -350,7 +350,7 @@ either add the css-loader’s [`importLoaders`] option. or use [postcss-modules] instead of `css-loader`. -[`importLoaders`]: https://github.com/webpack-contrib/css-loader#importing-and-chained-loaders +[`importLoaders`]: https://github.com/webpack-contrib/css-loader#importloaders [cannot be used]: https://github.com/webpack/css-loader/issues/137 [CSS Modules]: https://github.com/webpack/css-loader#css-modules [postcss-modules]: https://github.com/outpunk/postcss-modules