summaryrefslogtreecommitdiff
path: root/docs
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
parentf3dfa6abcc0c6fba305072d368b223b102eb379f (diff)
downloadgitlab-7def297fdf1e0d6926669a4a51cdb8519da1dca1.tar.gz
Update URLs to reflect the github changes
Diffstat (limited to 'docs')
-rw-r--r--docs/_templates/breadcrumbs.html4
-rw-r--r--docs/install.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/_templates/breadcrumbs.html b/docs/_templates/breadcrumbs.html
index 35c1ed0..0770bd5 100644
--- a/docs/_templates/breadcrumbs.html
+++ b/docs/_templates/breadcrumbs.html
@@ -15,8 +15,8 @@
<li>{{ title }}</li>
<li class="wy-breadcrumbs-aside">
{% if pagename != "search" %}
- <a href="https://github.com/gpocentek/python-gitlab/blob/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ suffix }}" class="fa fa-github"> Edit on GitHub</a>
- | <a href="https://github.com/gpocentek/python-gitlab/issues/new?title=Documentation+bug&body=%0A%0A------%0AIn+page:+{{ pagename }}{{ suffix }}">Report a bug</a>
+ <a href="https://github.com/python-gitlab/python-gitlab/blob/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ suffix }}" class="fa fa-github"> Edit on GitHub</a>
+ | <a href="https://github.com/python-gitlab/python-gitlab/issues/new?title=Documentation+bug&body=%0A%0A------%0AIn+page:+{{ pagename }}{{ suffix }}">Report a bug</a>
{% endif %}
</li>
</ul>
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