diff --git a/CHANGELOG.md b/CHANGELOG.md index d94452a..1d72ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ - Switch to [Zensical for building the documentation](https://zensical.org/) [#62](https://github.com/python-backoff/backoff/pull/62) (from [@edgarrmondragon](https://github.com/edgarrmondragon)) - Include changelog in the documentation [#65](https://github.com/python-backoff/backoff/pull/65) (from [@edgarrmondragon](https://github.com/edgarrmondragon)) +- Link to canonical `requests` documentation hosted on "Read the Docs" [#67](https://github.com/python-backoff/backoff/pull/67) (from [@edgarrmondragon](https://github.com/edgarrmondragon)) + ### Internal diff --git a/README.rst b/README.rst index 0193055..984b819 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ for asynchronous code. Examples ======== -Since Kenneth Reitz's `requests `_ module +Since Kenneth Reitz's `requests `_ module has become a defacto standard for synchronous HTTP clients in Python, networking examples below are written using it, but it is in no way required by the backoff module.