summaryrefslogtreecommitdiff
path: root/docs/_templates
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/_templates
parentf3dfa6abcc0c6fba305072d368b223b102eb379f (diff)
downloadgitlab-7def297fdf1e0d6926669a4a51cdb8519da1dca1.tar.gz
Update URLs to reflect the github changes
Diffstat (limited to 'docs/_templates')
-rw-r--r--docs/_templates/breadcrumbs.html4
1 files changed, 2 insertions, 2 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>