diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index a2c6899c77..d2225f8556 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -58,8 +58,8 @@
This chapter provides an overview of the BitBake tool and its role within
the Yocto Project.
- Reference: Classes:
- This appendix describes the classes used in the Yocto Project.
+ Classes:
+ This chapter describes the classes used in the Yocto Project.
Reference: Images:
This appendix describes the standard images that the Yocto Project supports.
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml
index d1b919f9b3..c06e362cad 100644
--- a/documentation/poky-ref-manual/ref-classes.xml
+++ b/documentation/poky-ref-manual/ref-classes.xml
@@ -1,9 +1,9 @@
- %poky; ] >
-
-Reference: Classes
+
+Classes
Class files are used to abstract common functionality and share it amongst multiple
@@ -591,7 +591,7 @@
Other Classes
- Thus far, this appendix has discussed only the most useful and important
+ Thus far, this chapter has discussed only the most useful and important
classes.
However, other classes exist within the meta/classes directory
in the source directory.
@@ -669,7 +669,7 @@
-->
-
+
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml
index 2cd6ad3685..aef1c2792d 100644
--- a/documentation/poky-ref-manual/technical-details.xml
+++ b/documentation/poky-ref-manual/technical-details.xml
@@ -129,7 +129,7 @@
between metadata files.
An example is the Autotools class, which contains
common settings for any application that Autotools uses.
- The "Reference: Classes" appendix provides details
+ The "Reference: Classes" chapter provides details
about common classes and how to use them.