|
15 | 15 | <li>{{ title }}</li>
|
16 | 16 | <liclass="wy-breadcrumbs-aside">
|
17 | 17 | {% if pagename != "search" %}
|
18 |
| -<ahref="https://github.com/python-gitlab/python-gitlab/blob/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ suffix }}"class="fa fa-github"> Edit on GitHub</a> |
| 18 | +<ahref="https://github.com/python-gitlab/python-gitlab/blob/master/{{ conf_py_path }}{{ pagename }}{{ suffix }}"class="fa fa-github"> Edit on GitHub</a> |
19 | 19 | |<ahref="https://github.com/python-gitlab/python-gitlab/issues/new?title=Documentation+bug&body=%0A%0A------%0AIn+page:+{{ pagename }}{{ suffix }}">Report a bug</a>
|
20 | 20 | {% endif %}
|
21 | 21 | </li>
|
|