From 65aeb503c190a5e689274c5b01bd30f4112652a1 Mon Sep 17 00:00:00 2001 From: Matheus Felipe Date: Mon, 2 May 2022 14:49:35 -0300 Subject: [PATCH] Use https in gevent API Docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc6b1b1..a0a950e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [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)) * [Riak Docs](https://docs.riak.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)) +* [gevent API Docs](https://www.gevent.org/intro.html) - Clean, polished docs for gevent. (contributed by [rubik](https://github.com/rubik)) * [CodernityDB](http://labs.codernity.com/codernitydb/index.html) - Clean, extensive, useful. I also love the fact that the day the software was released the documentation was this extensive. * [Riemann](http://riemann.io/) - Great design, easy to read, and very thorough with introductory and advanced topics. * [Pretty RFC](http://pretty-rfc.herokuapp.com/) - Reworked [IETF](http://www.ietf.org) documents for easier viewing.