docs: update master -> main in edit-links

Since the move from master to main, our "Edit on GitLab" links on
docs.mesa3d.org has been pointing to the wrong branch.

Let's fix this, so we don't confuse users who want to contribute
changes.

Acked-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11160>
This commit is contained in:
Erik Faye-Lund 2021-06-03 11:49:48 +02:00 committed by Marge Bot
parent eea4c98f6d
commit 45814b58c1
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ html_context = {
'gitlab_host': 'gitlab.freedesktop.org',
'gitlab_user': 'mesa',
'gitlab_repo': 'mesa',
'gitlab_version': 'master',
'gitlab_version': 'main',
'conf_py_path': '/docs/',
}