diff --git a/getting_started/detail/build-from-source-head.rst b/getting_started/detail/build-from-source-head.rst
index 3f16e48..6807ab6 100644
--- a/getting_started/detail/build-from-source-head.rst
+++ b/getting_started/detail/build-from-source-head.rst
@@ -9,7 +9,7 @@ Boost.Build_ is a text-based system for developing, testing, and
installing software. First, you'll need to build and
install it. To do this:
-1. Go to the directory ``tools``\ |/|\ ``build``\ |/|\ ``v2``\ |/|.
+1. Go to the directory ``tools``\ |/|\ ``build``\ |/|.
2. Run |bootstrap|
3. Run ``b2 install --prefix=``\ *PREFIX* where *PREFIX* is
the directory where you want Boost.Build to be installed
diff --git a/getting_started/unix-variants.html b/getting_started/unix-variants.html
index ed6dd26..a13c20b 100644
--- a/getting_started/unix-variants.html
+++ b/getting_started/unix-variants.html
@@ -320,7 +320,7 @@ separately. See the
-Go to the directory tools/build/v2/.
+Go to the directory tools/build/.
Run bootstrap.sh
Run b2 install --prefix=PREFIX where PREFIX is
the directory where you want Boost.Build to be installed
diff --git a/getting_started/windows.html b/getting_started/windows.html
index 23829f6..b2d0597 100644
--- a/getting_started/windows.html
+++ b/getting_started/windows.html
@@ -379,7 +379,7 @@ separately. See the
-Go to the directory tools\build\v2\.
+Go to the directory tools\build\.
Run bootstrap.bat
Run b2 install --prefix=PREFIX where PREFIX is
the directory where you want Boost.Build to be installed