diff options
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2022-02-23 11:52:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-23 18:12:10 +0000 |
commit | 89544cf511712dc892d8d48abb59e97ca08715fa (patch) | |
tree | 5ed515cc0e111155b29f5d6b40e3e59ef6ccf74f /documentation/ref-manual/terms.rst | |
parent | 4dbb515327546de2a6479c6a7514e7e11a483f4d (diff) | |
download | poky-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/terms.rst')
-rw-r--r-- | documentation/ref-manual/terms.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |