From 458990f0f3308f5c8324a5628c598e0e3f60fa12 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Sat, 11 Jun 2022 22:45:38 -0500 Subject: Alternate host for requests docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c3b9576..7a185a2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## Summary **requests-cache** is a persistent HTTP cache that provides an easy way to get better -performance with the python [requests](https://python-requests.org) library. +performance with the python [requests](https://requests.readthedocs.io/) library. Complete project documentation can be found at [requests-cache.readthedocs.io](https://requests-cache.readthedocs.io). @@ -48,7 +48,7 @@ pip install requests-cache Then, use [requests_cache.CachedSession](https://requests-cache.readthedocs.io/en/stable/session.html) to make your requests. It behaves like a normal -[requests.Session](https://docs.python-requests.org/en/master/user/advanced/#session-objects), +[requests.Session](https://requests.readthedocs.io/en/latest/user/advanced/#session-objects), but with caching behavior. To illustrate, we'll call an endpoint that adds a delay of 1 second, simulating a slow or -- cgit v1.2.1