From baad0daabc5bb2a4b091fa101f3dbc7a67943a14 Mon Sep 17 00:00:00 2001 From: Michael Ciniawsky Date: Fri, 21 Apr 2017 14:20:20 +0200 Subject: [PATCH] docs(README): fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eeb72754..081ad18a 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/webpack-contrib/css-loader/tree/readme#assets)). +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)). **file.css** ```js