diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 1d5859ddc9..7e564012c0 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -11410,7 +11410,7 @@ | |||
11410 | need to submit the fix for the recipe in OE-Core and upstream | 11410 | need to submit the fix for the recipe in OE-Core and upstream |
11411 | so that the problem is taken care of at its source. | 11411 | so that the problem is taken care of at its source. |
11412 | See the | 11412 | See the |
11413 | "<link linkend='how-to-submit-a-change'>How to Submit a Change</link>" | 11413 | "<link linkend='how-to-submit-a-change'>Submitting a Change to the Yocto Project</link>" |
11414 | section for more information. | 11414 | section for more information. |
11415 | </para> | 11415 | </para> |
11416 | </section> | 11416 | </section> |
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 1d9926c6cd..803807df21 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -348,14 +348,14 @@ | |||
348 | to send patches to the project to fix bugs or add features. | 348 | to send patches to the project to fix bugs or add features. |
349 | If you do submit patches, follow the project commit | 349 | If you do submit patches, follow the project commit |
350 | guidelines for writing good commit messages. | 350 | guidelines for writing good commit messages. |
351 | See the "<link linkend='how-to-submit-a-change'>How to Submit a Change</link>" | 351 | See the "<link linkend='how-to-submit-a-change'>Submitting a Change to the Yocto Project</link>" |
352 | section. | 352 | section. |
353 | </para></listitem> | 353 | </para></listitem> |
354 | <listitem><para> | 354 | <listitem><para> |
355 | Send changes to the core sooner than later | 355 | Send changes to the core sooner than later |
356 | as others are likely to run into the same issues. | 356 | as others are likely to run into the same issues. |
357 | For some guidance on mailing lists to use, see the list in the | 357 | For some guidance on mailing lists to use, see the list in the |
358 | "<link linkend='how-to-submit-a-change'>How to Submit a Change</link>" | 358 | "<link linkend='how-to-submit-a-change'>Submitting a Change to the Yocto Project</link>" |
359 | section. | 359 | section. |
360 | For a description of the available mailing lists, see the | 360 | For a description of the available mailing lists, see the |
361 | "<ulink url='&YOCTO_DOCS_REF_URL;#resources-mailinglist'>Mailing Lists</ulink>" | 361 | "<ulink url='&YOCTO_DOCS_REF_URL;#resources-mailinglist'>Mailing Lists</ulink>" |
@@ -453,7 +453,7 @@ | |||
453 | </section> | 453 | </section> |
454 | 454 | ||
455 | <section id='how-to-submit-a-change'> | 455 | <section id='how-to-submit-a-change'> |
456 | <title>How to Submit a Change</title> | 456 | <title>Submitting a Change to the Yocto Project</title> |
457 | 457 | ||
458 | <para> | 458 | <para> |
459 | Contributions to the Yocto Project and OpenEmbedded are very welcome. | 459 | Contributions to the Yocto Project and OpenEmbedded are very welcome. |