From 03c73f36f7527442f291be6a07dd8f94c047bf29 Mon Sep 17 00:00:00 2001 From: Manuel Alcaraz <47950933+m-alzam@users.noreply.github.com> Date: Sat, 19 Oct 2019 19:07:10 +0200 Subject: [PATCH] Fix requests url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c08460e5..257650c4 100644 --- a/README.md +++ b/README.md @@ -664,7 +664,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [grequests](https://github.com/kennethreitz/grequests) - requests + gevent for asynchronous HTTP requests. * [httplib2](https://github.com/httplib2/httplib2) - Comprehensive HTTP client library. -* [requests](http://docs.python-requests.org/en/latest/) - HTTP Requests for Humans™. +* [requests](https://requests.kennethreitz.org/en/master/) - HTTP Requests for Humans™. * [treq](https://github.com/twisted/treq) - Python requests like API built on top of Twisted's HTTP client. * [urllib3](https://github.com/shazow/urllib3) - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.