Skip to content

Commit d203639

Browse files
docs: Link to canonical requests documentation hosted on "Read the Docs" (#67)
Signed-off-by: Edgar Ramírez Mondragón <[email protected]>
1 parent c5acf97 commit d203639

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
- 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))
88
- Include changelog in the documentation [#65](https://github.com/python-backoff/backoff/pull/65) (from [@edgarrmondragon](https://github.com/edgarrmondragon))
9+
- 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))
10+
911

1012
### Internal
1113

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ for asynchronous code.
2626
Examples
2727
========
2828

29-
Since Kenneth Reitz's `requests <http://python-requests.org>`_ module
29+
Since Kenneth Reitz's `requests <https://requests.readthedocs.io>`_ module
3030
has become a defacto standard for synchronous HTTP clients in Python,
3131
networking examples below are written using it, but it is in no way required
3232
by the backoff module.

0 commit comments

Comments
 (0)