Message ID | 20220329103657.52364-1-daniel.ammann@bytesatwork.ch |
---|---|
State | Accepted |
Commit | 623bcfc66f42c334963bf51c262ef2fc5f9bbd91 |
Headers | show |
Series | overview-manual: Fix reference | expand |
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.
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.
Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch> --- documentation/overview-manual/yp-intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)