Mesa (main): docs: update master -> main in edit-links

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 7 14:48:35 UTC 2021


Module: Mesa
Branch: main
Commit: 45814b58c1da012110bac7317fcf8bb2e94feee7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=45814b58c1da012110bac7317fcf8bb2e94feee7

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Thu Jun  3 11:49:48 2021 +0200

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 at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11160>

---

 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/',
 }
 



More information about the mesa-commit mailing list