overview-manual: Fix reference

Message ID 20220329103657.52364-1-daniel.ammann@bytesatwork.ch
State New
Headers show
Series overview-manual: Fix reference | expand

Commit Message

Daniel Ammann March 29, 2022, 10:36 a.m. UTC
Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
---
 documentation/overview-manual/yp-intro.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Opdenacker March 29, 2022, 4:47 p.m. UTC | #1
Hi Daniel,

On 3/29/22 12:36, Daniel Ammann wrote:
> Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
> ---
>  documentation/overview-manual/yp-intro.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst
> index a863a7d16..86a8bf2b0 100644
> --- a/documentation/overview-manual/yp-intro.rst
> +++ b/documentation/overview-manual/yp-intro.rst
> @@ -151,7 +151,7 @@ Here are challenges you might encounter when developing using the Yocto Project:
>     ":ref:`transitioning-to-a-custom-environment:transitioning to a custom environment for systems development`"
>     documents on the Yocto Project website.
>  
> --  *Project Workflow Could Be Confusing:* The `Yocto Project
> +-  *Project Workflow Could Be Confusing:* The :ref:`Yocto Project
>     workflow <overview-manual/development-environment:the yocto project development environment>`
>     could be confusing if you are used to traditional desktop and server
>     software development.


Good catch!
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
... and merged into master-next.

Don't hesitate to send us more!
Cheers
Michael.

Patch

diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst
index a863a7d16..86a8bf2b0 100644
--- a/documentation/overview-manual/yp-intro.rst
+++ b/documentation/overview-manual/yp-intro.rst
@@ -151,7 +151,7 @@  Here are challenges you might encounter when developing using the Yocto Project:
    ":ref:`transitioning-to-a-custom-environment:transitioning to a custom environment for systems development`"
    documents on the Yocto Project website.
 
--  *Project Workflow Could Be Confusing:* The `Yocto Project
+-  *Project Workflow Could Be Confusing:* The :ref:`Yocto Project
    workflow <overview-manual/development-environment:the yocto project development environment>`
    could be confusing if you are used to traditional desktop and server
    software development.