From 8faafa99cc9a45c1920ec3ea696a9ec7fb653194 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Fri, 27 Nov 2020 15:19:08 +0000 Subject: 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 Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/conf.py') 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 = """ # external links and substitutions extlinks = { 'yocto_home': ('https://yoctoproject.org%s', None), - 'yocto_wiki': ('https://wiki.yoctoproject.org%s', None), + 'yocto_wiki': ('https://wiki.yoctoproject.org/wiki%s', None), 'yocto_dl': ('https://downloads.yoctoproject.org%s', None), 'yocto_lists': ('https://lists.yoctoproject.org%s', None), 'yocto_bugs': ('https://bugzilla.yoctoproject.org%s', None), -- cgit v1.2.3-54-g00ecf