Skip to content

Commit b1e4fa5

Browse files
chore: correct link (#713)
1 parent d990168 commit b1e4fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ module.exports = {
830830

831831
### CSS Modules
832832

833-
> What are `CSS Modules`? Please [read here](https://github.com/webpack-contrib/css-loader#modules).
833+
> What are `CSS Modules`? Please [read here](https://github.com/webpack/css-loader#modules).
834834
835835
No additional options required on the `postcss-loader` side to support CSS Modules.
836836
To make them work properly, either add the `css-loader`’s `importLoaders` option.
@@ -914,7 +914,7 @@ export default {
914914
915915
### Extract CSS
916916

917-
To extract CSS into separate files, use [`mini-css-extract-plugin`](https://github.com/webpack-contrib/mini-css-extract-plugin).
917+
To extract CSS into separate files, use [`mini-css-extract-plugin`](https://github.com/webpack/mini-css-extract-plugin).
918918

919919
**webpack.config.js**
920920

0 commit comments

Comments
 (0)