Skip to content

Commit 060e3cb

Browse files
Muntermichael-ciniawsky
authored andcommitted
docs(README): resolve http redirects and use https (webpack#377)
1 parent 5c1c108 commit 060e3cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div align="center">
99
<img width="180" height="180" hspace="10"
1010
alt="PostCSS Logo"
11-
src="http://postcss.github.io/postcss/logo.svg">
11+
src="https://api.postcss.org/logo.svg">
1212
<a href="https://github.com/webpack/webpack">
1313
<img width="200" height="200" hspace="10"
1414
src="https://cdn.rawgit.com/webpack/media/e7485eb2/logo/icon.svg">
@@ -20,7 +20,7 @@
2020
</a>
2121
</div>
2222
<h1>PostCSS Loader</h1>
23-
<p>Loader for <a href="http://webpack.js.org/">webpack</a> to process CSS with <a href="http://postcss.org/">PostCSS</a></p>
23+
<p>Loader for <a href="https://webpack.js.org/">webpack</a> to process CSS with <a href="https://postcss.org/">PostCSS</a></p>
2424
</div>
2525

2626
<h2 align="center">Install</h2>
@@ -356,7 +356,7 @@ or use [postcss-modules] instead of `css-loader`.
356356
[`importLoaders`]: https://github.com/webpack-contrib/css-loader#importloaders
357357
[cannot be used]: https://github.com/webpack/css-loader/issues/137
358358
[CSS Modules]: https://github.com/webpack/css-loader#css-modules
359-
[postcss-modules]: https://github.com/outpunk/postcss-modules
359+
[postcss-modules]: https://github.com/css-modules/postcss-modules
360360

361361
### `CSS-in-JS`
362362

@@ -461,7 +461,7 @@ module.exports = {
461461
[deps]: https://david-dm.org/postcss/postcss-loader.svg
462462
[deps-url]: https://david-dm.org/postcss/postcss-loader
463463

464-
[tests]: http://img.shields.io/travis/postcss/postcss-loader.svg
464+
[tests]: https://img.shields.io/travis/postcss/postcss-loader.svg
465465
[tests-url]: https://travis-ci.org/postcss/postcss-loader
466466

467467
[cover]: https://coveralls.io/repos/github/postcss/postcss-loader/badge.svg

0 commit comments

Comments
 (0)