From b98398f593a62faa565061f07be0d0ee6af6ee56 Mon Sep 17 00:00:00 2001 From: Matheus Felipe Date: Mon, 2 May 2022 14:40:58 -0300 Subject: [PATCH] Use https in Ember.js --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e58f666..981ed2b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [GitHub Styleguide](https://styleguide.github.com/) - Pragmatic styleguide with sections on Ruby, JavaScript and CSS. (contributed by [@lenary](https://twitter.com/#!/lenary)) * [Moment.js](https://momentjs.com/docs/) - Thorough, well-designed, and excellent use of top-nav. (contributed by [@joshuapoehls](https://twitter.com/#!/joshuapoehls)) * [Solarized](https://ethanschoonover.com/solarized/) - Beautiful documentation about a color scheme, using the color scheme from [Ethan Schoonover](https://github.com/altercation). (contributed by [@seancribbs](http://twitter.com/seancribbs)) -* [Ember.js](http://guides.emberjs.com/) - The overall navigation could be done a bit better but the presentation and readability is quite nice. (contributed by [@cmeik](https://twitter.com/cmeik)) +* [Ember.js](https://guides.emberjs.com/) - The overall navigation could be done a bit better but the presentation and readability is quite nice. (contributed by [@cmeik](https://twitter.com/cmeik)) * [Basho Docs](http://docs.basho.com/) - Well-designed, excellent use of versioning, integrated search, and much more. * [Go By Example](https://gobyexample.com/) - Clean, simple, and extensive. These docs that make you want to learn Go just because they make it so straightforward. * [gevent API Docs](http://www.gevent.org/intro.html) - Clean, polished docs for gevent. (contributed by [rubik](https://github.com/rubik))