Skip to content

Commit ce8460f

Browse files
authored
Merge pull request #1212 from python-gitlab/chore/docs-edit-on-master
chore(docs): always edit the file directly on master
2 parents e5b047d + 35e43c5 commit ce8460f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_templates/breadcrumbs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<li>{{ title }}</li>
1616
<li class="wy-breadcrumbs-aside">
1717
{% 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>
18+
<a href="https://github.com/python-gitlab/python-gitlab/blob/master/{{ conf_py_path }}{{ pagename }}{{ suffix }}" class="fa fa-github"> Edit on GitHub</a>
1919
| <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>
2020
{% endif %}
2121
</li>

0 commit comments

Comments
 (0)