diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-03-22 15:22:39 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-23 12:32:39 +0000 |
| commit | ca162b5063ac877eac4987c1b5312109b5157a2a (patch) | |
| tree | 60612b111e5456e83543445be2644fd78e56f35b /documentation/overview-manual | |
| parent | c17b457ac4f3dfad8225d8e9799f2e3ee11309ee (diff) | |
| download | poky-ca162b5063ac877eac4987c1b5312109b5157a2a.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: a385999029942ae12b6b5d0dddc3fbbd3be13a02)
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/overview-manual')
| -rw-r--r-- | documentation/overview-manual/yp-intro.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index 7aee9db04f..3ca81428cf 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst | |||
| @@ -217,8 +217,8 @@ your Metadata, the easier it is to cope with future changes. | |||
| 217 | - Use Board Support Package (BSP) layers from silicon vendors when | 217 | - Use Board Support Package (BSP) layers from silicon vendors when |
| 218 | possible. | 218 | possible. |
| 219 | 219 | ||
| 220 | - Familiarize yourself with the `Yocto Project curated layer | 220 | - Familiarize yourself with the |
| 221 | index <https://www.yoctoproject.org/software-overview/layers/>`__ | 221 | :yocto_home:`Yocto Project curated layer index</software-overview/layers/>` |
| 222 | or the :oe_layerindex:`OpenEmbedded layer index <>`. | 222 | or the :oe_layerindex:`OpenEmbedded layer index <>`. |
| 223 | The latter contains more layers but they are less universally | 223 | The latter contains more layers but they are less universally |
| 224 | validated. | 224 | validated. |
