From 1a35414eeb03d3ca42551e0a9593331e67e76dfa Mon Sep 17 00:00:00 2001 From: Chunting Gu Date: Tue, 1 Sep 2020 09:24:01 +0800 Subject: [PATCH] update the link to python requests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7139f91..02ab738 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Git repo: https://github.com/sprinfall/webcc. Please check this one instead of t ## Overview - Cross-platform: Windows, Linux and MacOS -- Easy-to-use client API inspired by Python [requests](https://2.python-requests.org//en/master/) +- Easy-to-use client API inspired by Python [requests](https://github.com/psf/requests) - IPv6 support - SSL/HTTPS support with OpenSSL (optional) - GZip compression support with Zlib (optional)