summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-11-27 15:19:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-03 12:04:21 +0000
commit8faafa99cc9a45c1920ec3ea696a9ec7fb653194 (patch)
tree0b34a19a12e115e8b63219e5a6aec7a0b58b85bf /documentation/conf.py
parent62c061968c12511dc09ad575caa75f8960ac27cf (diff)
downloadpoky-8faafa99cc9a45c1920ec3ea696a9ec7fb653194.tar.gz
documentation: Simplify yocto_wiki links
The `yocto_wiki` external link directive is modified to include the `/wiki` element of the URL so that we can simplify the links in the text. Note that there are still a couple of places where this directive cannot be used, such as in the table of contents in index.rst. (From yocto-docs rev: d8aa5f93d349f27db3d03a2c4bcc205649f45a8d) 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 96118abec0..c906d066a9 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -69,7 +69,7 @@ rst_prolog = """
69# external links and substitutions 69# external links and substitutions
70extlinks = { 70extlinks = {
71 'yocto_home': ('https://yoctoproject.org%s', None), 71 'yocto_home': ('https://yoctoproject.org%s', None),
72 'yocto_wiki': ('https://wiki.yoctoproject.org%s', None), 72 'yocto_wiki': ('https://wiki.yoctoproject.org/wiki%s', None),
73 'yocto_dl': ('https://downloads.yoctoproject.org%s', None), 73 'yocto_dl': ('https://downloads.yoctoproject.org%s', None),
74 'yocto_lists': ('https://lists.yoctoproject.org%s', None), 74 'yocto_lists': ('https://lists.yoctoproject.org%s', None),
75 'yocto_bugs': ('https://bugzilla.yoctoproject.org%s', None), 75 'yocto_bugs': ('https://bugzilla.yoctoproject.org%s', None),