We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a38c6d commit 35e43c5Copy full SHA for 35e43c5
docs/_templates/breadcrumbs.html
@@ -15,7 +15,7 @@
15
<li>{{ title }}</li>
16
<li class="wy-breadcrumbs-aside">
17
{% if pagename != "search" %}
18
- <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>
19
| <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>
20
{% endif %}
21
</li>
0 commit comments