Skip to content

Commit

Permalink
docs(README): fix link (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
diagramatics authored and michael-ciniawsky committed Jul 17, 2017
1 parent 8dafee7 commit eadbd47
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/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
Expand Down

0 comments on commit eadbd47

Please sign in to comment.