diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index f7f274bc8d..87d8757a09 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -260,12 +260,12 @@ | |||
260 | <listitem><para> | 260 | <listitem><para> |
261 | For concepts and introductory information about Git as it | 261 | For concepts and introductory information about Git as it |
262 | is used in the Yocto Project, see the | 262 | is used in the Yocto Project, see the |
263 | "<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>" | 263 | "<ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink>" |
264 | section in the Yocto Project Overview and Concepts Manual. | 264 | section in the Yocto Project Overview and Concepts Manual. |
265 | </para></listitem> | 265 | </para></listitem> |
266 | <listitem><para> | 266 | <listitem><para> |
267 | For concepts on Yocto Project source repositories, see the | 267 | For concepts on Yocto Project source repositories, see the |
268 | "<ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" | 268 | "<ulink url='&YOCTO_DOCS_OM_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" |
269 | section in the Yocto Project Overview and Concepts Manual." | 269 | section in the Yocto Project Overview and Concepts Manual." |
270 | </para></listitem> | 270 | </para></listitem> |
271 | </itemizedlist> | 271 | </itemizedlist> |
@@ -277,7 +277,7 @@ | |||
277 | 277 | ||
278 | <para> | 278 | <para> |
279 | Working from a copy of the upstream Yocto Project | 279 | Working from a copy of the upstream Yocto Project |
280 | <ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> | 280 | <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink> |
281 | is the preferred method for obtaining and using a Yocto Project | 281 | is the preferred method for obtaining and using a Yocto Project |
282 | release. | 282 | release. |
283 | You can view the Yocto Project Source Repositories at | 283 | You can view the Yocto Project Source Repositories at |
@@ -306,7 +306,7 @@ | |||
306 | <listitem><para> | 306 | <listitem><para> |
307 | <emphasis>Find the URL Used to Clone the Repository:</emphasis> | 307 | <emphasis>Find the URL Used to Clone the Repository:</emphasis> |
308 | At the bottom of the page, note the URL used to | 308 | At the bottom of the page, note the URL used to |
309 | <ulink url='&YOCTO_DOCS_GS_URL;#git-commands-clone'>clone</ulink> | 309 | <ulink url='&YOCTO_DOCS_OM_URL;#git-commands-clone'>clone</ulink> |
310 | that repository (e.g. | 310 | that repository (e.g. |
311 | <filename>&YOCTO_GIT_URL;/poky</filename>). | 311 | <filename>&YOCTO_GIT_URL;/poky</filename>). |
312 | <note> | 312 | <note> |
@@ -473,7 +473,7 @@ | |||
473 | 473 | ||
474 | <para> | 474 | <para> |
475 | You create your Source Directory by using | 475 | You create your Source Directory by using |
476 | <ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink> to clone a local | 476 | <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink> to clone a local |
477 | copy of the upstream <filename>poky</filename> repository. | 477 | copy of the upstream <filename>poky</filename> repository. |
478 | <note><title>Tip</title> | 478 | <note><title>Tip</title> |
479 | The preferred method of getting the Yocto Project Source | 479 | The preferred method of getting the Yocto Project Source |
@@ -748,7 +748,7 @@ | |||
748 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink> | 748 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink> |
749 | under <filename>tmp/deploy/images</filename>. | 749 | under <filename>tmp/deploy/images</filename>. |
750 | For detailed information on the build process using BitBake, see the | 750 | For detailed information on the build process using BitBake, see the |
751 | "<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" | 751 | "<ulink url='&YOCTO_DOCS_OM_URL;#images-dev-environment'>Images</ulink>" |
752 | section in the Yocto Project Overview and Concepts Manual. | 752 | section in the Yocto Project Overview and Concepts Manual. |
753 | </para> | 753 | </para> |
754 | 754 | ||