diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 6 |
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 4dbcc7e34a..df622f93b9 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -87,7 +87,7 @@ | |||
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 <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>. | 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 | <ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink> to clone a local copy |
91 | of the upstream <filename>poky</filename> repository, | 91 | of the upstream <filename>poky</filename> repository, |
92 | or by downloading and unpacking a tarball of an official | 92 | or by downloading and unpacking a tarball of an official |
93 | Yocto Project release. | 93 | Yocto Project release. |
@@ -110,7 +110,7 @@ | |||
110 | The command creates the local repository in a directory | 110 | The command creates the local repository in a directory |
111 | named <filename>poky</filename>. | 111 | named <filename>poky</filename>. |
112 | For information on Git used within the Yocto Project, see | 112 | For information on Git used within the Yocto Project, see |
113 | the "<link linkend='git'>Git</link>" section. | 113 | the "<ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink>" section. |
114 | <literallayout class='monospaced'> | 114 | <literallayout class='monospaced'> |
115 | $ git clone git://git.yoctoproject.org/poky | 115 | $ git clone git://git.yoctoproject.org/poky |
116 | Cloning into 'poky'... | 116 | Cloning into 'poky'... |
@@ -241,7 +241,7 @@ | |||
241 | <ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink>.</para> | 241 | <ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink>.</para> |
242 | 242 | ||
243 | <para>Using | 243 | <para>Using |
244 | <link linkend='git'>Git</link> to create a local clone of the | 244 | <ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink> to create a local clone of the |
245 | upstream repository can be helpful if you are working with | 245 | upstream repository can be helpful if you are working with |
246 | BSPs. | 246 | BSPs. |
247 | Typically, you set up the <filename>meta-intel</filename> | 247 | Typically, you set up the <filename>meta-intel</filename> |