diff options
author | Jordan Cook <jordan.cook@pioneer.com> | 2022-06-17 12:54:41 -0500 |
---|---|---|
committer | Jordan Cook <jordan.cook@pioneer.com> | 2022-06-17 13:59:47 -0500 |
commit | 59fc52e4a9d426da651d6fe93336ac8b2585c9b8 (patch) | |
tree | a8c581f5af5ce0e9c2e6dbf8d1ab993a6d763a42 /README.md | |
parent | d9e246a2c8c25da0d7626df708cfcbf9725c5f8e (diff) | |
download | requests-cache-59fc52e4a9d426da651d6fe93336ac8b2585c9b8.tar.gz |
Related doc updates
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ session = CachedSession( To find out more about what you can do with requests-cache, see: * [User Guide](https://requests-cache.readthedocs.io/en/stable/user_guide.html) -* [API Reference](https://requests-cache.readthedocs.io/en/stable/reference.html) * [Examples](https://requests-cache.readthedocs.io/en/stable/examples.html) +* [API Reference](https://requests-cache.readthedocs.io/en/stable/reference.html) * [Project Info](https://requests-cache.readthedocs.io/en/stable/project_info.html) <!-- END-RTD-IGNORE --> |