summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r--documentation/ref-manual/technical-details.xml4
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.