diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 81d017bde7..2ee42c68fe 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -105,7 +105,7 @@
This section describes the steps you perform by hand to create
a layer so that you can better understand them.
For information about the layer-creation scripts, see the
- "Creating a New BSP Layer Using the yocto-bsp Script"
+ "Creating a New BSP Layer Using the bitbake-layers Script"
section in the Yocto Project Board Support Package (BSP)
Developer's Guide and the
"Creating a General Layer Using the bitbake-layers Script"
@@ -3525,8 +3525,9 @@
For a complete example that shows how to add a new machine,
see the
- "Creating a New BSP Layer Using the yocto-bsp Script"
- section in the Yocto Project Board Support Package (BSP) Developer's Guide.
+ "Creating a New BSP Layer Using the bitbake-layers Script"
+ section in the Yocto Project Board Support Package (BSP)
+ Developer's Guide.
diff --git a/documentation/yocto-project-qs/qs.xml b/documentation/yocto-project-qs/qs.xml
index 4dc6141a9d..71354ed685 100644
--- a/documentation/yocto-project-qs/qs.xml
+++ b/documentation/yocto-project-qs/qs.xml
@@ -968,7 +968,7 @@
Add a Layer for Hardware Support:
For steps on how to add a Board Support Package (BSP)
layer that supports specific hardware, see the
- "Creating a new BSP Layer Using the yocto-bsp Script"
+ "Creating a new BSP Layer Using the bitbake-layers Script"
section in the Yocto Project Board Support Package
(BSP) Developer's Guide.
For background information on BSP layers, see the