diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-13 17:47:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:42 +0100 |
commit | 74bf586c940d20fc5546a60a290545c7c0edecb0 (patch) | |
tree | 5887ef777422efab49cc0ff37de17cd736faa242 /documentation/ref-manual/technical-details.xml | |
parent | b8b87dd690ef2f828c21937ec82c2d1dab405734 (diff) | |
download | poky-74bf586c940d20fc5546a60a290545c7c0edecb0.tar.gz |
documentation: Fixed links for "build-directory" term.
Fixes [YOCTO #11630]
Moving the "Yocto Project Terms" section from the dev-manual to the
ref-manual broke several links to the id "build-directory". I fixed
these to reference into the ref-manual now.
(From yocto-docs rev: debe2ae8ce203ebe0f1cee0de54124c15df8bb7e)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 0c949880e7..b2f1048f2e 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -172,7 +172,7 @@ | |||
172 | distribution configuration options, compiler tuning options, general common configuration | 172 | distribution configuration options, compiler tuning options, general common configuration |
173 | options, and user configuration options in <filename>local.conf</filename>, which is found | 173 | options, and user configuration options in <filename>local.conf</filename>, which is found |
174 | in the | 174 | in the |
175 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. | 175 | <link linkend='build-directory'>Build Directory</link>. |
176 | </para> | 176 | </para> |
177 | </section> | 177 | </section> |
178 | </section> | 178 | </section> |
@@ -562,7 +562,7 @@ | |||
562 | code. | 562 | code. |
563 | However, there is still the question of a task's indirect inputs - the | 563 | However, there is still the question of a task's indirect inputs - the |
564 | things that were already built and present in the | 564 | things that were already built and present in the |
565 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. | 565 | <link linkend='build-directory'>Build Directory</link>. |
566 | The checksum (or signature) for a particular task needs to add the hashes | 566 | The checksum (or signature) for a particular task needs to add the hashes |
567 | of all the tasks on which the particular task depends. | 567 | of all the tasks on which the particular task depends. |
568 | Choosing which dependencies to add is a policy decision. | 568 | Choosing which dependencies to add is a policy decision. |