summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M. Larson <SethMichaelLarson@users.noreply.github.com>2018-03-30 14:58:01 -0500
committerGitHub <noreply@github.com>2018-03-30 14:58:01 -0500
commit8206e5fec9843f443a84e71c99f6775daef4eb58 (patch)
tree4279cc48bcf95e7eb5e09ba64dbbba17941cc16a
parentc3dd95e207e9b1227ab25e58a18a071516e8ceca (diff)
downloadurllib3-org-links.tar.gz
Update links in index.rstorg-links
-rw-r--r--docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 89b7baea..533b5822 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -41,7 +41,7 @@ urllib3 can be installed with `pip <https://pip.pypa.io>`_::
$ pip install urllib3
-Alternatively, you can grab the latest source code from `GitHub <https://github.com/shazow/urllib3>`_::
+Alternatively, you can grab the latest source code from `GitHub <https://github.com/urllib3/urllib3>`_::
$ git clone git://github.com/shazow/urllib3.git
$ python setup.py install
@@ -66,7 +66,7 @@ Who uses urllib3?
License
-------
-urllib3 is made available under the MIT License. For more details, see `LICENSE.txt <https://github.com/shazow/urllib3/blob/master/LICENSE.txt>`_.
+urllib3 is made available under the MIT License. For more details, see `LICENSE.txt <https://github.com/urllib3/urllib3/blob/master/LICENSE.txt>`_.
Contributing
------------