summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-03-08 19:43:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-09 17:53:21 +0000
commit9b9fd2b09543d790c66572d0ea3853dc8a8ba054 (patch)
tree3f67975bad8c2d7cd734863b10a8d06cc7cd3b82 /documentation/dev-manual
parent76fa5fae9e1bd94cd2b5222807620ed917b7c00c (diff)
downloadpoky-9b9fd2b09543d790c66572d0ea3853dc8a8ba054.tar.gz
docs: fix hardcoded link warning messages
Sphinx complains about hardcoded links which can be replaced by an extlink. So let's apply its recommendations. (From yocto-docs rev: f550001f32157c7c30cf5506f3da783c0fd96396) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst
index d401d3b4ee..159da6a019 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.rst
+++ b/documentation/dev-manual/dev-manual-common-tasks.rst
@@ -2168,7 +2168,7 @@ recipe, but which one? You can configure your build to call out the
2168kernel recipe you want by using the 2168kernel recipe you want by using the
2169:term:`PREFERRED_PROVIDER` 2169:term:`PREFERRED_PROVIDER`
2170variable. As an example, consider the 2170variable. As an example, consider the
2171`x86-base.inc <https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/conf/machine/include/x86-base.inc>`_ 2171:yocto_git:`x86-base.inc </cgit/cgit.cgi/poky/tree/meta/conf/machine/include/x86-base.inc>`
2172include file, which is a machine (i.e. 2172include file, which is a machine (i.e.
2173:term:`MACHINE`) configuration file. 2173:term:`MACHINE`) configuration file.
2174This include file is the reason all x86-based machines use the 2174This include file is the reason all x86-based machines use the