summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/start.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/start.rst')
-rw-r--r--documentation/dev-manual/start.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index 63d63fc27e..b02e961608 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -223,7 +223,7 @@ particular working environment and set of practices.
223 - Maintain your Metadata in layers that make sense for your 223 - Maintain your Metadata in layers that make sense for your
224 situation. See the ":ref:`overview-manual/yp-intro:the yocto project layer model`" 224 situation. See the ":ref:`overview-manual/yp-intro:the yocto project layer model`"
225 section in the Yocto Project Overview and Concepts Manual and the 225 section in the Yocto Project Overview and Concepts Manual and the
226 ":ref:`dev-manual/common-tasks:understanding and creating layers`" 226 ":ref:`dev-manual/layers:understanding and creating layers`"
227 section for more information on layers. 227 section for more information on layers.
228 228
229 - Separate the project's Metadata and code by using separate Git 229 - Separate the project's Metadata and code by using separate Git
@@ -247,13 +247,13 @@ particular working environment and set of practices.
247 project to fix bugs or add features. If you do submit patches, 247 project to fix bugs or add features. If you do submit patches,
248 follow the project commit guidelines for writing good commit 248 follow the project commit guidelines for writing good commit
249 messages. See the 249 messages. See the
250 ":ref:`dev-manual/common-tasks:submitting a change to the yocto project`" 250 ":ref:`dev-manual/changes:submitting a change to the yocto project`"
251 section. 251 section.
252 252
253 - Send changes to the core sooner than later as others are likely 253 - Send changes to the core sooner than later as others are likely
254 to run into the same issues. For some guidance on mailing lists 254 to run into the same issues. For some guidance on mailing lists
255 to use, see the list in the 255 to use, see the list in the
256 ":ref:`dev-manual/common-tasks:submitting a change to the yocto project`" 256 ":ref:`dev-manual/changes:submitting a change to the yocto project`"
257 section. For a description 257 section. For a description
258 of the available mailing lists, see the ":ref:`resources-mailinglist`" section in 258 of the available mailing lists, see the ":ref:`resources-mailinglist`" section in
259 the Yocto Project Reference Manual. 259 the Yocto Project Reference Manual.