summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Prewitt <nate.prewitt@gmail.com>2022-06-17 15:04:42 -0600
committerGitHub <noreply@github.com>2022-06-17 14:04:42 -0700
commit91cdb22a4bac04f95027564e1e7d4be4b0ef6037 (patch)
treec4b2b957d4718aeb67578e1d03043ee51ce64cfc
parentc995fd9b24840657387f2f4bfb33a2efde85afcc (diff)
Update Requests documentation links (#1414)
-rw-r--r--docs/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md
index 41ed5030..7dbdaf11 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1453,7 +1453,8 @@ $ http --proxy=http:http://user:pass@10.10.1.10:3128 example.org
### Environment variables
-You can also configure proxies by environment variables `ALL_PROXY`, `HTTP_PROXY` and `HTTPS_PROXY`, and the underlying [Requests library](https://python-requests.org/) will pick them up.
+You can also configure proxies by environment variables `ALL_PROXY`, `HTTP_PROXY` and `HTTPS_PROXY`, and the underlying
+[Requests library](https://requests.readthedocs.io/en/latest/) will pick them up.
If you want to disable proxies configured through the environment variables for certain hosts, you can specify them in `NO_PROXY`.
In your `~/.bash_profile`:
@@ -2553,7 +2554,7 @@ HTTPie has the following community channels:
Under the hood, HTTPie uses these two amazing libraries:
-- [Requests](https://python-requests.org) — Python HTTP library for humans
+- [Requests](https://requests.readthedocs.io/en/latest/) — Python HTTP library for humans
- [Pygments](https://pygments.org/) — Python syntax highlighter
#### HTTPie friends