summaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-05-29 12:08:28 -0400
committerKenneth Reitz <me@kennethreitz.org>2017-05-29 12:08:28 -0400
commit14c1102e0fdc99e2b6fc170d8d02bcb20676e2ee (patch)
treebf47122bb1c063ee3fc3281112fb265c83745d74 /docs/user
parentc77911ca0fe6650c1abbf79a12b7bcc9fc9eb0cb (diff)
downloadpython-requests-14c1102e0fdc99e2b6fc170d8d02bcb20676e2ee.tar.gz
new installation location
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/install.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user/install.rst b/docs/user/install.rst
index c3f0084e..922c489b 100644
--- a/docs/user/install.rst
+++ b/docs/user/install.rst
@@ -26,11 +26,11 @@ Requests is actively developed on GitHub, where the code is
You can either clone the public repository::
- $ git clone git://github.com/kennethreitz/requests.git
+ $ git clone git://github.com/requests/requests.git
-Or, download the `tarball <https://github.com/kennethreitz/requests/tarball/master>`_::
+Or, download the `tarball <https://github.com/requests/requests/tarball/master>`_::
- $ curl -OL https://github.com/kennethreitz/requests/tarball/master
+ $ curl -OL https://github.com/requests/requests/tarball/master
# optionally, zipball is also available (for Windows users).
Once you have a copy of the source, you can embed it in your own Python