diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index a0fbb4bfd1..638d9112c7 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -99,7 +99,7 @@ | |||
99 | with the OpenEmbedded build system is advisable. | 99 | with the OpenEmbedded build system is advisable. |
100 | Of the SCMs BitBake supports, the | 100 | Of the SCMs BitBake supports, the |
101 | Yocto Project team strongly recommends using | 101 | Yocto Project team strongly recommends using |
102 | <ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink>. | 102 | <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#git'>Git</ulink>. |
103 | Git is a distributed system that is easy to backup, | 103 | Git is a distributed system that is easy to backup, |
104 | allows you to work remotely, and then connects back to the | 104 | allows you to work remotely, and then connects back to the |
105 | infrastructure. | 105 | infrastructure. |
@@ -310,7 +310,8 @@ | |||
310 | Consider the following: | 310 | Consider the following: |
311 | <itemizedlist> | 311 | <itemizedlist> |
312 | <listitem><para> | 312 | <listitem><para> |
313 | Use <ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink> | 313 | Use |
314 | <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#git'>Git</ulink> | ||
314 | as the source control system. | 315 | as the source control system. |
315 | </para></listitem> | 316 | </para></listitem> |
316 | <listitem><para> | 317 | <listitem><para> |
@@ -324,7 +325,7 @@ | |||
324 | Separate the project's Metadata and code by using | 325 | Separate the project's Metadata and code by using |
325 | separate Git repositories. | 326 | separate Git repositories. |
326 | See the | 327 | See the |
327 | "<ulink url='&YOCTO_DOCS_REF_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" | 328 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" |
328 | section for information on these repositories. | 329 | section for information on these repositories. |
329 | See the | 330 | See the |
330 | "<link linkend='working-with-yocto-project-source-files'>Working With Yocto Project Source Files</link>" | 331 | "<link linkend='working-with-yocto-project-source-files'>Working With Yocto Project Source Files</link>" |
@@ -548,8 +549,8 @@ | |||
548 | pull the change into the component's upstream repository. | 549 | pull the change into the component's upstream repository. |
549 | You do this by pushing to a contribution repository that is upstream. | 550 | You do this by pushing to a contribution repository that is upstream. |
550 | See the | 551 | See the |
551 | "<ulink url='&YOCTO_DOCS_REF_URL;#workflows'>Workflows</ulink>" | 552 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#workflows'>Workflows</ulink>" |
552 | section in the Yocto Project Reference Manual for additional | 553 | section in the Yocto Project Overview Manual for additional |
553 | concepts on working in the Yocto Project development environment. | 554 | concepts on working in the Yocto Project development environment. |
554 | </para> | 555 | </para> |
555 | 556 | ||
@@ -748,7 +749,7 @@ | |||
748 | </para></listitem> | 749 | </para></listitem> |
749 | <listitem><para> | 750 | <listitem><para> |
750 | <emphasis>Search by File:</emphasis> | 751 | <emphasis>Search by File:</emphasis> |
751 | Using <ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink>, | 752 | Using <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#git'>Git</ulink>, |
752 | you can enter the following command to bring up a | 753 | you can enter the following command to bring up a |
753 | short list of all commits against a specific file: | 754 | short list of all commits against a specific file: |
754 | <literallayout class='monospaced'> | 755 | <literallayout class='monospaced'> |