diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index ac28eaef4e..35b099bc7e 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -45,10 +45,6 @@
Board Support Packages (BSP) - Developer's Guide:
This chapter describes the example filesystem layout for BSP development and
the click-through licensing scheme.
-
- Platform Development With the Yocto Project:
- This chapter describes application development, debugging, and profiling using
- the Yocto Project.
Reference: Directory Structure:
This appendix describes the
diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/documentation/poky-ref-manual/poky-ref-manual.xml
index d21ccffe3e..5c4ae917c5 100644
--- a/documentation/poky-ref-manual/poky-ref-manual.xml
+++ b/documentation/poky-ref-manual/poky-ref-manual.xml
@@ -92,8 +92,6 @@
-
-
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml
index 8e5d4158b2..6c24452d54 100644
--- a/documentation/poky-ref-manual/ref-bitbake.xml
+++ b/documentation/poky-ref-manual/ref-bitbake.xml
@@ -405,8 +405,8 @@ Options:
This feature works using the SRCREV
variable.
See the
- "Development Within Yocto Project for a Package that Uses
- an External SCM" section for more information.
+ "Using an External SCM" section
+ in the Yocto Project Development Manual for more information.
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml
index 67f2454145..d1b919f9b3 100644
--- a/documentation/poky-ref-manual/ref-classes.xml
+++ b/documentation/poky-ref-manual/ref-classes.xml
@@ -257,8 +257,8 @@
This class adds the devshell task.
Distribution policy dictates whether to include this class.
See the
- "Development Within a Development Shell" section
- for more information about using devshell.
+ "Using a Development Shell" section
+ in the Yocto Project Development Manual for more information about using devshell.