diff mbox series

[03/10] contributor-guide: identify component: provide link to repositories

Message ID 20230818171005.92381-4-michael.opdenacker@bootlin.com
State New
Headers show
Series Further work on the Contributor Manual | expand

Commit Message

Michael Opdenacker Aug. 18, 2023, 5:09 p.m. UTC
From: Michael Opdenacker <michael.opdenacker@bootlin.com>

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 documentation/contributor-guide/identify-component.rst | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/documentation/contributor-guide/identify-component.rst b/documentation/contributor-guide/identify-component.rst
index ba7c998888..a28391a66a 100644
--- a/documentation/contributor-guide/identify-component.rst
+++ b/documentation/contributor-guide/identify-component.rst
@@ -22,8 +22,10 @@  issues can be reported in the :yocto_bugs:`Yocto Project Bugzilla <>`. The
 where questions can be sent if you can’t work out where something should go.
 
 :term:`Poky` is a commonly used “combination” repository where multiple
-components have been combined (``bitbake``, ``openembedded-core``,
-``meta-yocto`` and ``yocto-docs``). Patches should be submitted against
-the appropriate individual component rather than :term:`Poky` itself as
-detailed in the appropriate ``README`` file.
+components have been combined (:oe_git:`bitbake </bitbake>`,
+:oe_git:`openembedded-core </openembedded-core>`,
+:yocto_git:`meta-yocto </meta-yocto>` and
+:yocto_git:`yocto-docs </yocto-docs>`). Patches should be submitted against the
+appropriate individual component rather than :term:`Poky` itself as detailed in
+the appropriate ``README`` file.