diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-10-27 11:14:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-28 15:48:03 +0100 |
commit | 4def515eebca300c7ac15c86caef34342dd9ed3d (patch) | |
tree | 39b9195513c09ea4bb3763374d20cadf6f2caefa /documentation/ref-manual/terms.rst | |
parent | bb3fc03ef167a005cdf1192df60ac2fb1cbc5ae3 (diff) | |
download | poky-4def515eebca300c7ac15c86caef34342dd9ed3d.tar.gz |
manuals: replace "_" by "__" in external links
(From yocto-docs rev: 25142cd8121fdd6a8e0524fc8417fc666c498981)
Signed-off-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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst index 1e3f718a8f..1a2c055591 100644 --- a/documentation/ref-manual/terms.rst +++ b/documentation/ref-manual/terms.rst | |||
@@ -139,12 +139,12 @@ universal, the list includes them just in case: | |||
139 | be included independently in your project's ``bblayers.conf`` file. | 139 | be included independently in your project's ``bblayers.conf`` file. |
140 | 140 | ||
141 | In some cases, such as with OpenEmbedded's | 141 | In some cases, such as with OpenEmbedded's |
142 | `meta-openembedded <https://github.com/openembedded/meta-openembedded>`_ | 142 | `meta-openembedded <https://github.com/openembedded/meta-openembedded>`__ |
143 | layer, the top level ``meta-openembedded/`` directory is not itself an actual layer, | 143 | layer, the top level ``meta-openembedded/`` directory is not itself an actual layer, |
144 | so you would never explicitly include it in a ``bblayers.conf`` file; | 144 | so you would never explicitly include it in a ``bblayers.conf`` file; |
145 | rather, you would include any number of its layer subdirectories, such as | 145 | rather, you would include any number of its layer subdirectories, such as |
146 | `meta-openembedded/meta-oe <https://github.com/openembedded/meta-openembedded/tree/master/meta-oe>`_, | 146 | `meta-openembedded/meta-oe <https://github.com/openembedded/meta-openembedded/tree/master/meta-oe>`__, |
147 | `meta-openembedded/meta-python <https://github.com/openembedded/meta-openembedded/tree/master/meta-python>`_ | 147 | `meta-openembedded/meta-python <https://github.com/openembedded/meta-openembedded/tree/master/meta-python>`__ |
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 |