diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index f60d24d623..c0a9422178 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -48,7 +48,8 @@
to each data source as a layer.
For information on layers, see the
"Understanding and
- Creating Layers" section of the Yocto Project Development Manual.
+ Creating Layers" section of the Yocto Project Development
+ Tasks Manual.
@@ -65,7 +66,7 @@
BitBake is the tool at the heart of the OpenEmbedded build system
and is responsible for parsing the
- Metadata,
+ Metadata,
generating a list of tasks from it, and then executing those tasks.
@@ -209,7 +210,7 @@
Class files (.bbclass) contain information that
is useful to share between
- Metadata files.
+ Metadata files.
An example is the
autotools
class, which contains common settings for any application that
@@ -490,7 +491,7 @@
works with packages and can
track incrementing PR information, see the
"Automatically Incrementing a Binary Package Revision Number"
- section.
+ section in the Yocto Project Development Tasks Manual.
@@ -668,7 +669,7 @@
The "OEBasicHash" BB_SIGNATURE_HANDLER is the same as the
"OEBasic" version but adds the task hash to the stamp files.
This results in any
- Metadata
+ Metadata
change that changes the task hash, automatically
causing the task to be run again.
This removes the need to bump PR
@@ -1262,7 +1263,7 @@
This section explains the Wic plug-in interface.
For information on using Wic in general, see the
"Creating Partitioned Images Using Wic"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
Wic plug-ins consist of "source" and "imager" plug-ins.
Imager plug-ins are beyond the scope of this section.
@@ -1575,7 +1576,7 @@
The Wayland protocol libraries and the reference Weston compositor
ship as integrated packages in the meta layer
of the
- Source Directory.
+ Source Directory.
Specifically, you can find the recipes that build both Wayland
and Weston at meta/recipes-graphics/wayland.
@@ -1690,8 +1691,8 @@
For information that can help you maintain compliance with various open
source licensing during the lifecycle of the product, see the
- "Maintaining Open Source License Compliance During Your Project's Lifecycle" section
- in the Yocto Project Development Manual.
+ "Maintaining Open Source License Compliance During Your Project's Lifecycle"
+ section in the Yocto Project Development Tasks Manual.