summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2022-02-23 11:52:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-23 18:12:10 +0000
commit89544cf511712dc892d8d48abb59e97ca08715fa (patch)
tree5ed515cc0e111155b29f5d6b40e3e59ef6ccf74f /documentation/ref-manual
parent4dbb515327546de2a6479c6a7514e7e11a483f4d (diff)
downloadpoky-89544cf511712dc892d8d48abb59e97ca08715fa.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. Cc: Quentin Schulz <foss+yocto@0leil.net> (From yocto-docs rev: dc2ec13cfbe0f20a868108a0bd800c0a875c1796) Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/system-requirements.rst2
-rw-r--r--documentation/ref-manual/terms.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
index d7b7cec283..30294cb27a 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -322,7 +322,7 @@ If you would prefer not to use the ``install-buildtools`` script, you can instea
322download and run a pre-built buildtools installer yourself with the following 322download and run a pre-built buildtools installer yourself with the following
323steps: 323steps:
324 324
3251. Locate and download the ``*.sh`` at &YOCTO_RELEASE_DL_URL;/buildtools/ 3251. Locate and download the ``*.sh`` at :yocto_dl:`/releases/yocto/yocto-&DISTRO;/buildtools/`
326 326
3272. Execute the installation script. Here is an example for the 3272. Execute the installation script. Here is an example for the
328 traditional installer:: 328 traditional installer::
diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst
index 09e0a98bb5..3f18d3404e 100644
--- a/documentation/ref-manual/terms.rst
+++ b/documentation/ref-manual/terms.rst
@@ -148,7 +148,7 @@ universal, the list includes them just in case:
148 and so on. 148 and so on.
149 149
150 On the other hand, some container layers (such as 150 On the other hand, some container layers (such as
151 `meta-security <https://git.yoctoproject.org/cgit/cgit.cgi/meta-security>`_) 151 :yocto_git:`meta-security </meta-security>`)
152 have a top-level directory that is itself an actual layer, as well as 152 have a top-level directory that is itself an actual layer, as well as
153 a variety of sub-layers, both of which could be included in your 153 a variety of sub-layers, both of which could be included in your
154 ``bblayers.conf`` file. 154 ``bblayers.conf`` file.