diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-14 07:43:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:43 +0100 |
commit | 800ee0167a4badcfad88ff1b885c711c9b137ed9 (patch) | |
tree | 557c89896b74a85f54957b1ee2d1ddc6f56100cc /documentation/dev-manual/dev-manual-start.xml | |
parent | 2ff49eaea06e1820200b0d288fe1166de7f95821 (diff) | |
download | poky-800ee0167a4badcfad88ff1b885c711c9b137ed9.tar.gz |
dev-manual: Fixed broken links to "Source Directory" term.
Fixes [YOCTO #11630]
Moving the "Yocto Project Terms" section from dev-manual to
ref-manual broke all the links to the "Source Directory" term.
I fixed them.
(From yocto-docs rev: d3a206b141e0b0c623362622ec73bbf44118071a)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 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 |