Skip to content

Commit 5f0d78d

Browse files
README.md: HTTP => HTTPS
1 parent aa9e03e commit 5f0d78d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)