summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-11-27 15:19:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-03 12:04:21 +0000
commit48748377a41a697a2b280ddbecb1c39487d1b7b8 (patch)
tree256c470487c98c810fbb28ab4973d7180ac23baf /documentation/conf.py
parent8faafa99cc9a45c1920ec3ea696a9ec7fb653194 (diff)
downloadpoky-48748377a41a697a2b280ddbecb1c39487d1b7b8.tar.gz
documentation: Simplify yocto_git links
The yocto_git external link directive is modified to include the `/cgit/cgit.cgi` element of the URL so that we can simplify the links in the text. Manual links to git.yoctoproject.org are converted to use the yocto_git directive where possible. Note that this directive can't be used in some places such as example code. (From yocto-docs rev: 3a8ba5dcc783411c73fe49fb217cbc4d6528d9a7) Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> 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 c906d066a9..a626b1f14d 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -75,7 +75,7 @@ extlinks = {
75 'yocto_bugs': ('https://bugzilla.yoctoproject.org%s', None), 75 'yocto_bugs': ('https://bugzilla.yoctoproject.org%s', None),
76 'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None), 76 'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None),
77 'yocto_docs': ('https://docs.yoctoproject.org%s', None), 77 'yocto_docs': ('https://docs.yoctoproject.org%s', None),
78 'yocto_git': ('https://git.yoctoproject.org%s', None), 78 'yocto_git': ('https://git.yoctoproject.org/cgit/cgit.cgi%s', None),
79 'oe_home': ('https://www.openembedded.org%s', None), 79 'oe_home': ('https://www.openembedded.org%s', None),
80 'oe_lists': ('https://lists.openembedded.org%s', None), 80 'oe_lists': ('https://lists.openembedded.org%s', None),
81 'oe_git': ('https://git.openembedded.org%s', None), 81 'oe_git': ('https://git.openembedded.org%s', None),