diff mbox series

[2/4] docs: conf.py: update yocto_git base URL

Message ID 20220801103529.2053164-2-foss+yocto@0leil.net
State New
Headers show
Series [1/4] README: fix Git repository URL | expand

Commit Message

Quentin Schulz Aug. 1, 2022, 10:35 a.m. UTC
From: Quentin Schulz <quentin.schulz@theobroma-systems.com>

The URLs are actually redirected from
https://git.yoctoproject.org/cgit/cgit.cgi to
https://git.yoctoproject.org so let's save the user a redirection and
use the most up-to-date URL.

Cc: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
---
 documentation/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/conf.py b/documentation/conf.py
index 2a017569f..07a15ce7d 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -98,7 +98,7 @@  extlinks = {
     'yocto_bugs': ('https://bugzilla.yoctoproject.org%s', None),
     'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None),
     'yocto_docs': ('https://docs.yoctoproject.org%s', None),
-    'yocto_git': ('https://git.yoctoproject.org/cgit/cgit.cgi%s', None),
+    'yocto_git': ('https://git.yoctoproject.org%s', None),
     'yocto_sstate': ('http://sstate.yoctoproject.org%s', None),
     'oe_home': ('https://www.openembedded.org%s', None),
     'oe_lists': ('https://lists.openembedded.org%s', None),