overview-manual: fix a forgotten link

Message ID 20220504162024.24114-1-arkadiusz@drabczyk.org
State New
Headers show
Series overview-manual: fix a forgotten link | expand

Commit Message

Arkadiusz Drabczyk May 4, 2022, 4:20 p.m. UTC
Signed-off-by: Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
---
 documentation/overview-manual/yp-intro.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Michael Opdenacker May 4, 2022, 4:44 p.m. UTC | #1
Hi Arkadiusz

On 5/4/22 18:20, Arkadiusz Drabczyk wrote:
> Signed-off-by: Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
> ---
>  documentation/overview-manual/yp-intro.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst
> index e574dfa5b8..f240ce0f4b 100644
> --- a/documentation/overview-manual/yp-intro.rst
> +++ b/documentation/overview-manual/yp-intro.rst
> @@ -688,8 +688,8 @@ Sato.
>  
>  One of the most powerful properties of Poky is that every aspect of a
>  build is controlled by the metadata. You can use metadata to augment
> -these base image types by adding metadata
> -`layers <overview-manual/yp-intro:the yocto project layer model>` that extend
> +these base image types by adding metadata :ref:`layers
> +<overview-manual/yp-intro:the yocto project layer model>` that extend
>  functionality.
>  These layers can provide, for example, an additional software stack for
>  an image type, add a board support package (BSP) for additional

Good catch!

Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
... and merged into "master-next". It should be in "master" in a few days.

Thanks!
Michael.

Patch

diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst
index e574dfa5b8..f240ce0f4b 100644
--- a/documentation/overview-manual/yp-intro.rst
+++ b/documentation/overview-manual/yp-intro.rst
@@ -688,8 +688,8 @@  Sato.
 
 One of the most powerful properties of Poky is that every aspect of a
 build is controlled by the metadata. You can use metadata to augment
-these base image types by adding metadata
-`layers <overview-manual/yp-intro:the yocto project layer model>` that extend
+these base image types by adding metadata :ref:`layers
+<overview-manual/yp-intro:the yocto project layer model>` that extend
 functionality.
 These layers can provide, for example, an additional software stack for
 an image type, add a board support package (BSP) for additional