From d903e586c219bca2f1967864a12a6164910a38e1 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Tue, 22 Dec 2020 15:30:27 +0000 Subject: documentation: Simplify oe_wiki and oe_home links (From yocto-docs rev: 6867f54f349edede37c4085194f51342c24297ed) Signed-off-by: Paul Barker Signed-off-by: Richard Purdie --- documentation/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'documentation/conf.py') diff --git a/documentation/conf.py b/documentation/conf.py index a626b1f14d..b5351599da 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -79,6 +79,7 @@ extlinks = { 'oe_home': ('https://www.openembedded.org%s', None), 'oe_lists': ('https://lists.openembedded.org%s', None), 'oe_git': ('https://git.openembedded.org%s', None), + 'oe_wiki': ('https://www.openembedded.org/wiki%s', None), } # Intersphinx config to use cross reference with Bitbake user manual -- cgit v1.2.3-54-g00ecf