From 45814b58c1da012110bac7317fcf8bb2e94feee7 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 3 Jun 2021 11:49:48 +0200 Subject: [PATCH] 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 Part-of: --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 47fd9069785..3938638092d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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/', }