summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-06-11 22:45:38 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-06-11 22:45:38 -0500
commit458990f0f3308f5c8324a5628c598e0e3f60fa12 (patch)
treedb83492b5fca25fffc267cf0f06d2dfab1efebe0 /README.md
parent59c27a7c9027b490b61c1c8f283bb51100be0cbd (diff)
downloadrequests-cache-458990f0f3308f5c8324a5628c598e0e3f60fa12.tar.gz
Alternate host for requests docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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.
<!-- RTD-IGNORE -->
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