Skip to content

Commit 2fa64fd

Browse files
docs(README): fix link (webpack-contrib#508)
1 parent e44735a commit 2fa64fd

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/webpack-contrib/css-loader/tree/readme#assets)).
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)).
3131

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

0 commit comments

Comments
 (0)