summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index ff8b56e62b..64d048d240 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -262,13 +262,13 @@
262 <listitem><para> 262 <listitem><para>
263 For concepts and introductory information about Git as it 263 For concepts and introductory information about Git as it
264 is used in the Yocto Project, see the 264 is used in the Yocto Project, see the
265 "<ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink>" 265 "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#git'>Git</ulink>"
266 section in the Yocto Project Reference Manual. 266 section in the Yocto Project Overview Manual.
267 </para></listitem> 267 </para></listitem>
268 <listitem><para> 268 <listitem><para>
269 For concepts on Yocto Project source repositories, see the 269 For concepts on Yocto Project source repositories, see the
270 "<ulink url='&YOCTO_DOCS_REF_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" 270 "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>"
271 section in the Yocto Project Reference Manual." 271 section in the Yocto Project Overview Manual."
272 </para></listitem> 272 </para></listitem>
273 </itemizedlist> 273 </itemizedlist>
274 </note> 274 </note>
@@ -279,7 +279,7 @@
279 279
280 <para> 280 <para>
281 Working from a copy of the upstream Yocto Project 281 Working from a copy of the upstream Yocto Project
282 <ulink url='&YOCTO_DOCS_REF_URL;#source-repositories'>Source Repositories</ulink> 282 <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#source-repositories'>Source Repositories</ulink>
283 is the preferred method for obtaining and using a Yocto Project 283 is the preferred method for obtaining and using a Yocto Project
284 release. 284 release.
285 You can view the Yocto Project Source Repositories at 285 You can view the Yocto Project Source Repositories at
@@ -308,7 +308,7 @@
308 <listitem><para> 308 <listitem><para>
309 <emphasis>Find the URL Used to Clone the Repository:</emphasis> 309 <emphasis>Find the URL Used to Clone the Repository:</emphasis>
310 At the bottom of the page, note the URL used to 310 At the bottom of the page, note the URL used to
311 <ulink url='&YOCTO_DOCS_REF_URL;#git-commands-clone'>clone</ulink> 311 <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#git-commands-clone'>clone</ulink>
312 that repository (e.g. 312 that repository (e.g.
313 <filename>&YOCTO_GIT_URL;/poky</filename>). 313 <filename>&YOCTO_GIT_URL;/poky</filename>).
314 <note> 314 <note>
@@ -468,7 +468,7 @@
468 468
469 <para> 469 <para>
470 You create your Source Directory by using 470 You create your Source Directory by using
471 <ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink> to clone a local 471 <ulink url='&YOCTO_DOCS_OVERVIEW_URL;#git'>Git</ulink> to clone a local
472 copy of the upstream <filename>poky</filename> repository. 472 copy of the upstream <filename>poky</filename> repository.
473 <note><title>Tip</title> 473 <note><title>Tip</title>
474 The preferred method of getting the Yocto Project Source 474 The preferred method of getting the Yocto Project Source
@@ -734,8 +734,8 @@
734 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink> 734 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>
735 under <filename>tmp/deploy/images</filename>. 735 under <filename>tmp/deploy/images</filename>.
736 For detailed information on the build process using BitBake, see the 736 For detailed information on the build process using BitBake, see the
737 "<ulink url='&YOCTO_DOCS_REF_URL;#images-dev-environment'>Images</ulink>" 737 "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#images-dev-environment'>Images</ulink>"
738 section in the Yocto Project Reference Manual. 738 section in the Yocto Project Overview Manual.
739 You can also reference the 739 You can also reference the
740 "<ulink url='&YOCTO_DOCS_QS_URL;#qs-building-images'>Building Images</ulink>" 740 "<ulink url='&YOCTO_DOCS_QS_URL;#qs-building-images'>Building Images</ulink>"
741 section in the Yocto Project Quick Start. 741 section in the Yocto Project Quick Start.