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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 1808feb5c3..4dbcc7e34a 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -25,7 +25,7 @@
25 The Yocto Project is an open-source collaboration project focused on embedded Linux development. 25 The Yocto Project is an open-source collaboration project focused on embedded Linux development.
26 The project currently provides a build system that is 26 The project currently provides a build system that is
27 referred to as the 27 referred to as the
28 <ulink url='&YOCTO_DOCS_REF;#build-system-term'>OpenEmbedded build system</ulink> 28 <ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded build system</ulink>
29 in the Yocto Project documentation. 29 in the Yocto Project documentation.
30 The Yocto Project provides various ancillary tools for the embedded developer 30 The Yocto Project provides various ancillary tools for the embedded developer
31 and also features the Sato reference User Interface, which is optimized for 31 and also features the Sato reference User Interface, which is optimized for
@@ -85,7 +85,7 @@
85 You need a release of the Yocto Project locally installed on 85 You need a release of the Yocto Project locally installed on
86 your development system. 86 your development system.
87 The documentation refers to this set of locally installed files 87 The documentation refers to this set of locally installed files
88 as the <link linkend='source-directory'>Source Directory</link>. 88 as the <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>.
89 You create your Source Directory by using 89 You create your Source Directory by using
90 <link linkend='git'>Git</link> to clone a local copy 90 <link linkend='git'>Git</link> to clone a local copy
91 of the upstream <filename>poky</filename> repository, 91 of the upstream <filename>poky</filename> repository,
@@ -251,7 +251,7 @@
251 <note> 251 <note>
252 Be sure to work in the <filename>meta-intel</filename> 252 Be sure to work in the <filename>meta-intel</filename>
253 branch that matches your 253 branch that matches your
254 <link linkend='source-directory'>Source Directory</link> 254 <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>
255 (i.e. <filename>poky</filename>) branch. 255 (i.e. <filename>poky</filename>) branch.
256 For example, if you have checked out the "master" branch 256 For example, if you have checked out the "master" branch
257 of <filename>poky</filename> and you are going to use 257 of <filename>poky</filename> and you are going to use