summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2022-08-01 12:35:27 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-12 23:11:28 +0100
commitd400578e145726617f21f118b185d85a1f45e97a (patch)
tree5587ceac61999503280616a346674a9d35276f88 /documentation/conf.py
parent8bb753d5856a526d481aff00e6e09f5e8814610d (diff)
downloadpoky-d400578e145726617f21f118b185d85a1f45e97a.tar.gz
docs: conf.py: update yocto_git base URL
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> (From yocto-docs rev: cb6dcfe92638be6c1dee647daf00cfc2191694b2) Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/conf.py')
-rw-r--r--documentation/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 2a017569f7..07a15ce7de 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -98,7 +98,7 @@ extlinks = {
98 'yocto_bugs': ('https://bugzilla.yoctoproject.org%s', None), 98 'yocto_bugs': ('https://bugzilla.yoctoproject.org%s', None),
99 'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None), 99 'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None),
100 'yocto_docs': ('https://docs.yoctoproject.org%s', None), 100 'yocto_docs': ('https://docs.yoctoproject.org%s', None),
101 'yocto_git': ('https://git.yoctoproject.org/cgit/cgit.cgi%s', None), 101 'yocto_git': ('https://git.yoctoproject.org%s', None),
102 'yocto_sstate': ('http://sstate.yoctoproject.org%s', None), 102 'yocto_sstate': ('http://sstate.yoctoproject.org%s', None),
103 'oe_home': ('https://www.openembedded.org%s', None), 103 'oe_home': ('https://www.openembedded.org%s', None),
104 'oe_lists': ('https://lists.openembedded.org%s', None), 104 'oe_lists': ('https://lists.openembedded.org%s', None),