From 0174d8fafa3876d317337ba9409366a65cc866f6 Mon Sep 17 00:00:00 2001 From: Steven Sinatra Date: Tue, 18 Jul 2017 02:08:15 +1000 Subject: [PATCH] Small tweak on README internal link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de6fa7ab..058ea1e1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The `css-loader` interprets `@import` and `url()` like `import/require()` and will resolve them. Good loaders for requiring your assets are the [file-loader](https://github.com/webpack/file-loader) -and the [url-loader](https://github.com/webpack/url-loader) which you should specify in your config (see [below](https://github.com/michael-ciniawsky/css-loader#assets)). +and the [url-loader](https://github.com/webpack/url-loader) which you should specify in your config (see [below](https://github.com/webpack-contrib/css-loader#assets)). **file.js** ```js