Skip to content

Commit 0a7e5a6

Browse files
authored
Merge pull request #1836 from Schweinepriester/patch-1
README.md: HTTP => HTTPS
2 parents aa9e03e + 5f0d78d commit 0a7e5a6

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
@@ -194,7 +194,7 @@ you can write a parser and/or stringifier to extend PostCSS.
194194

195195
## Articles
196196

197-
* [Some things you may think about PostCSS… and you might be wrong](http://julian.io/some-things-you-may-think-about-postcss-and-you-might-be-wrong)
197+
* [Some things you may think about PostCSS… and you might be wrong](https://www.julian.io/articles/postcss.html)
198198
* [What PostCSS Really Is; What It Really Does](https://davidtheclark.com/its-time-for-everyone-to-learn-about-postcss/)
199199
* [PostCSS Guides](https://webdesign.tutsplus.com/series/postcss-deep-dive--cms-889)
200200

@@ -378,7 +378,7 @@ prefixer({ display: 'flex' }) //=> { display: ['-webkit-box', '-webkit-flex', '-
378378
```
379379

380380
[`postcss-js`]: https://github.com/postcss/postcss-js
381-
[Browserify]: http://browserify.org/
381+
[Browserify]: https://browserify.org/
382382
[CSS-in-JS]: https://github.com/MicheleBertoli/css-in-js
383383
[webpack]: https://webpack.github.io/
384384

0 commit comments

Comments
 (0)