From aee54b1268e09f746a15fa2f662c5d6e1b907daf Mon Sep 17 00:00:00 2001 From: Sediman Date: Wed, 27 May 2026 21:06:53 +0200 Subject: [PATCH] fix: update Requests docs link to canonical URL The link to Requests documentation used /en/master/ which redirects to /en/latest/. Update to the canonical URL to avoid unnecessary redirect. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7204fa6f..58242e35 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Or from the command line:: Enjoy! -.. _`Requests`: https://requests.readthedocs.io/en/master/ +.. _`Requests`: https://requests.readthedocs.io/en/latest/ Addition/Removal of Certificates --------------------------------