summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Wittig <max.wittig95@gmail.com>2020-10-12 22:24:27 +0200
committerGitHub <noreply@github.com>2020-10-12 22:24:27 +0200
commit35e43c54cd282f06dde0d24326641646fc3fa29e (patch)
tree1214f3961369c6862cc1a065946e3d8b4b96db77
parent3a38c6d78ceaed1116ebbdd8e5cded60c99c6f95 (diff)
downloadgitlab-chore/docs-edit-on-master.tar.gz
chore(docs): always edit the file directly on masterchore/docs-edit-on-master
There is no way to edit the raw commit
-rw-r--r--docs/_templates/breadcrumbs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/breadcrumbs.html b/docs/_templates/breadcrumbs.html
index 0770bd5..68648fa 100644
--- a/docs/_templates/breadcrumbs.html
+++ b/docs/_templates/breadcrumbs.html
@@ -15,7 +15,7 @@
<li>{{ title }}</li>
<li class="wy-breadcrumbs-aside">
{% if pagename != "search" %}
- <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/blob/master/{{ 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>