summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQuentin Pradet <quentin.pradet@gmail.com>2019-10-29 16:54:17 +0400
committerSeth Michael Larson <sethmichaellarson@gmail.com>2019-10-29 07:54:17 -0500
commit11d68efa7c150823472f0e5309c3a08a1a10c2f2 (patch)
treedbf88bbcde057ec2363320f855bb35ab91addd79 /docs
parent1733719676ea30f62dae29ab837c29b548108926 (diff)
downloadurllib3-11d68efa7c150823472f0e5309c3a08a1a10c2f2.tar.gz
Update urllib3/requests GitHub URLs (#1719)
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 533b5822..42d306f8 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -43,7 +43,7 @@ urllib3 can be installed with `pip <https://pip.pypa.io>`_::
Alternatively, you can grab the latest source code from `GitHub <https://github.com/urllib3/urllib3>`_::
- $ git clone git://github.com/shazow/urllib3.git
+ $ git clone git://github.com/urllib3/urllib3.git
$ python setup.py install
Usage