Skip to content

Commit 3708045

Browse files
committed
chore: update links
1 parent e976788 commit 3708045

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ module.exports = {
886886
```
887887

888888
If you want to edit the original Sass files inside Chrome, [there's a good blog post](https://medium.com/@toolmantim/getting-started-with-css-sourcemaps-and-in-browser-sass-editing-b4daab987fb0).
889-
Checkout [test/sourceMap](https://github.com/webpack-contrib/sass-loader/tree/master/test) for a working example.
889+
Checkout [test/sourceMap](https://github.com/webpack/sass-loader/tree/main/test) for a working example.
890890

891891
## Contributing
892892

@@ -903,10 +903,10 @@ If you're new here, please take a moment to review our contributing guidelines b
903903
[npm-url]: https://npmjs.com/package/sass-loader
904904
[node]: https://img.shields.io/node/v/sass-loader.svg
905905
[node-url]: https://nodejs.org
906-
[tests]: https://github.com/webpack-contrib/sass-loader/workflows/sass-loader/badge.svg
907-
[tests-url]: https://github.com/webpack-contrib/sass-loader/actions
908-
[cover]: https://codecov.io/gh/webpack-contrib/sass-loader/branch/master/graph/badge.svg
909-
[cover-url]: https://codecov.io/gh/webpack-contrib/sass-loader
906+
[tests]: https://github.com/webpack/sass-loader/workflows/sass-loader/badge.svg
907+
[tests-url]: https://github.com/webpack/sass-loader/actions
908+
[cover]: https://codecov.io/gh/webpack/sass-loader/branch/master/graph/badge.svg
909+
[cover-url]: https://codecov.io/gh/webpack/sass-loader
910910
[discussion]: https://img.shields.io/github/discussions/webpack/webpack
911911
[discussion-url]: https://github.com/webpack/webpack/discussions
912912
[size]: https://packagephobia.now.sh/badge?p=sass-loader

0 commit comments

Comments
 (0)