summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-11-28 18:41:31 +0100
committerNejc Habjan <hab.nejc@gmail.com>2021-11-28 18:41:31 +0100
commitaf0cb4d18b8bfbc0624ea2771d73544dc1b24b54 (patch)
tree96acce8468f1911d0c4974ead9b87c4c52fc9142
parent5e9c94313f6714a159993cefb488aca3326e3e66 (diff)
downloadgitlab-af0cb4d18b8bfbc0624ea2771d73544dc1b24b54.tar.gz
chore(docs): link to main, not master
-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 68648fa..cdb05a9 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/master/{{ conf_py_path }}{{ pagename }}{{ suffix }}" class="fa fa-github"> Edit on GitHub</a>
+ <a href="https://github.com/python-gitlab/python-gitlab/blob/main/{{ 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>