From 38c210fde873c959726740f18f5c67baf7ddfc5a Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Tue, 14 Feb 2023 11:46:24 -0500 Subject: [PATCH] fix links in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7080689..4ce6518 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ just before it receives the new request. 11935 02:23:38 read(7, 0x7ffefc539c3f, 1) = -1 EAGAIN (Resource temporarily unavailable) <0.000041> 11935 02:23:38 semop(5013504, [{0, -1, SEM_UNDO}], 1 -Judging from comments in [issue 3456](https://github.com/kennethreitz/requests/issues/3458), +Judging from comments in [issue 3458](https://github.com/psf/requests/issues/3458), this may not be something that requests can reasonably fix. Possibly this is a weakness in the http/1.1 specification. @@ -60,5 +60,5 @@ a weakness in the http/1.1 specification. > In practice, we like to leave that choice up to our users, who are better placed to decide what to retry than we are. See also -* https://github.com/kennethreitz/requests/issues/2364 -* https://github.com/kennethreitz/requests/issues/3458 +* https://github.com/psf/requests/issues/2364 +* https://github.com/psf/requests/issues/3458