From 192083576d1e92627976db1bb0948956a4d9baa8 Mon Sep 17 00:00:00 2001 From: Olivia Crain Date: Mon, 21 Nov 2022 14:01:02 -0600 Subject: [PATCH] Replace git protocol URL in docs with an HTTPS URL --- docs/user/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/install.rst b/docs/user/install.rst index d0d454d37d..7fa9a606d2 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -22,7 +22,7 @@ Requests is actively developed on GitHub, where the code is You can either clone the public repository:: - $ git clone git://github.com/psf/requests.git + $ git clone https://github.com/psf/requests.git Or, download the `tarball `_::