diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index ec5babe4c..c19138e18 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -210,7 +210,7 @@ figure <overview-manual/concepts:openembedded build system concepts>`:

 BitBake needs some basic configuration files in order to complete a
 build. These files are ``*.conf`` files. The minimally necessary ones
-reside as example files in the ``build/conf`` directory of the
+reside as example files in the ``conf`` subdirectory of the
 :term:`Build Directory`.

 When you :ref:`initialize the build environment <dev-manual/start:Initializing
@@ -219,7 +219,7 @@ the Build Environment>`, you can specify which directory will be the

 Setting up the build environment creates a :term:`Build Directory`
 if one does not already exist. BitBake uses the :term:`Build Directory`
-for all its work during builds. The Build Directory has a ``conf`` directory
+for all its work during builds. The Build Directory has a ``conf`` subdirectory
 that contains default versions of your ``local.conf`` and ``bblayers.conf``
 configuration files. These default :term:`configuration files <Configuration
 File>` are created only if they do not already exist in the :term:`Build
