summaryrefslogtreecommitdiff
path: root/docs/install.rst
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2017-05-23 08:03:32 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2017-05-23 08:03:32 +0200
commit7def297fdf1e0d6926669a4a51cdb8519da1dca1 (patch)
treea337a4f5deb99c5c14cbb675e37a62870be78d1a /docs/install.rst
parentf3dfa6abcc0c6fba305072d368b223b102eb379f (diff)
downloadgitlab-7def297fdf1e0d6926669a4a51cdb8519da1dca1.tar.gz
Update URLs to reflect the github changes
Diffstat (limited to 'docs/install.rst')
-rw-r--r--docs/install.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst
index fc95204..6a18873 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -11,11 +11,11 @@ Use :command:`pip` to install the latest stable version of ``python-gitlab``:
$ pip install --upgrade python-gitlab
The current development version is available on `github
-<https://github.com/gpocentek/python-gitlab>`__. Use :command:`git` and
+<https://github.com/python-gitlab/python-gitlab>`__. Use :command:`git` and
:command:`python setup.py` to install it:
.. code-block:: console
- $ git clone https://github.com/gpocentek/python-gitlab
+ $ git clone https://github.com/python-gitlab/python-gitlab
$ cd python-gitlab
$ python setup.py install