diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2020-10-13 08:22:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 08:22:41 +0200 |
commit | ce8460f976373311c423dcbc65fc981cdd252b73 (patch) | |
tree | 00e09a7998af6d067fc88fa7de4ff4fd2e8df5a2 | |
parent | e5b047d3a326bd8c8deda83880c8bfd9c9b95fa1 (diff) | |
parent | 35e43c54cd282f06dde0d24326641646fc3fa29e (diff) | |
download | gitlab-ce8460f976373311c423dcbc65fc981cdd252b73.tar.gz |
Merge pull request #1212 from python-gitlab/chore/docs-edit-on-master
chore(docs): always edit the file directly on master
-rw-r--r-- | docs/_templates/breadcrumbs.html | 2 |
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> |