Skip to content

Commit eadbd47

Browse files
diagramaticsmichael-ciniawsky
authored andcommitted
docs(README): fix link (webpack-contrib#579)
1 parent 8dafee7 commit eadbd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The `css-loader` interprets `@import` and `url()` like `import/require()`
2727
and will resolve them.
2828

2929
Good loaders for requiring your assets are the [file-loader](https://github.com/webpack/file-loader)
30-
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)).
30+
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)).
3131

3232
**file.js**
3333
```js

0 commit comments

Comments
 (0)