diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 1579a4e89e..6ccf21882b 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_GS_URL;#git'>Git</ulink>. | 102 | <ulink url='&YOCTO_DOCS_OM_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. |
@@ -311,7 +311,7 @@ | |||
311 | <itemizedlist> | 311 | <itemizedlist> |
312 | <listitem><para> | 312 | <listitem><para> |
313 | Use | 313 | Use |
314 | <ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink> | 314 | <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink> |
315 | as the source control system. | 315 | as the source control system. |
316 | </para></listitem> | 316 | </para></listitem> |
317 | <listitem><para> | 317 | <listitem><para> |
@@ -325,7 +325,7 @@ | |||
325 | Separate the project's Metadata and code by using | 325 | Separate the project's Metadata and code by using |
326 | separate Git repositories. | 326 | separate Git repositories. |
327 | See the | 327 | See the |
328 | "<ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" | 328 | "<ulink url='&YOCTO_DOCS_OM_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" |
329 | section for information on these repositories. | 329 | section for information on these repositories. |
330 | See the | 330 | See the |
331 | "<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>" |
@@ -549,7 +549,7 @@ | |||
549 | pull the change into the component's upstream repository. | 549 | pull the change into the component's upstream repository. |
550 | 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. |
551 | See the | 551 | See the |
552 | "<ulink url='&YOCTO_DOCS_GS_URL;#gs-git-workflows-and-the-yocto-project'>Git Workflows and the Yocto Project</ulink>" | 552 | "<ulink url='&YOCTO_DOCS_OM_URL;#gs-git-workflows-and-the-yocto-project'>Git Workflows and the Yocto Project</ulink>" |
553 | section in the Yocto Project Overview and Concepts Manual for additional | 553 | section in the Yocto Project Overview and Concepts Manual for additional |
554 | concepts on working in the Yocto Project development environment. | 554 | concepts on working in the Yocto Project development environment. |
555 | </para> | 555 | </para> |
@@ -749,7 +749,7 @@ | |||
749 | </para></listitem> | 749 | </para></listitem> |
750 | <listitem><para> | 750 | <listitem><para> |
751 | <emphasis>Search by File:</emphasis> | 751 | <emphasis>Search by File:</emphasis> |
752 | Using <ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>, | 752 | Using <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink>, |
753 | you can enter the following command to bring up a | 753 | you can enter the following command to bring up a |
754 | short list of all commits against a specific file: | 754 | short list of all commits against a specific file: |
755 | <literallayout class='monospaced'> | 755 | <literallayout class='monospaced'> |