Skip to content

Commit

Permalink
docs(README): fix link (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky authored Apr 21, 2017
1 parent e44735a commit 2fa64fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fa64fd

Please sign in to comment.