Merge pull request #6291 from oliviacrain/docs/git-clone-protocol

Replace git protocol URL in docs with an HTTPS URL
This commit is contained in:
Ian Stapleton Cordasco
2022-11-21 16:06:01 -06:00
committed by GitHub
+1 -1
View File
@@ -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 <https://github.com/psf/requests/tarball/main>`_::