-
Boost.Build will place all intermediate files it generates while
+
Boost.Build will place all intermediate files it generates while
building into the build directory. If your Boost root
directory is writable, this step isn't strictly necessary: by
default Boost.Build will create a bin.v2/ subdirectory for that
@@ -483,7 +483,7 @@ invoke b2 as follows:
b2
--build-dir=build-directory toolset=toolset-name --build-type=complete stage
For a complete description of these and other invocation options,
-please see the Boost.Build documentation.
+please see the
Boost.Build documentation.
For example, your session might look like this:
C:\WINDOWS> cd C:\Program Files\boost\boost_1_76_0
@@ -495,7 +495,7 @@ More? --build-type=complete msvc stage
More? and quotation marks (") in that line.
The option “--build-type=complete” causes Boost.Build to build
all supported variants of the libraries. For instructions on how to
-build only specific variants, please ask on the Boost.Build mailing
+build only specific variants, please ask on the Boost Users' mailing
list.
@@ -564,9 +564,9 @@ packages for libz and libbz2 if you need those features. Other
errors when building Boost libraries are cause for concern.
If it seems like the build system can't find your compiler and/or
linker, consider setting up a user-config.jam file as described
-here. If that isn't your problem or the user-config.jam file
+here. If that isn't your problem or the user-config.jam file
doesn't work for you, please address questions about configuring Boost
-for your compiler to the Boost.Build mailing list.
+for your compiler to the Boost Users' mailing list.
@@ -848,9 +848,8 @@ If you can't find what you need, or there's anything we can do to
make this document clearer, please post it to the Boost Users'
mailing list.
diff --git a/getting_started/windows.rst b/getting_started/windows.rst
index d1f4494..b11b542 100644
--- a/getting_started/windows.rst
+++ b/getting_started/windows.rst
@@ -183,7 +183,7 @@ command invokes Boost.Build to build the separately-compiled Boost
libraries. Please consult the `Boost.Build documentation`__ for a list
of allowed options.
-__ http://www.boost.org/build/doc/html/bbv2/overview/invocation.html
+__ ../../tools/build/doc/html/index.html#bbv2.overview.invocation
Or, Build Binaries From Source
------------------------------
@@ -208,7 +208,7 @@ Be sure to read `this note`__ about the appearance of ``^``,
The option “\ **--build-type=complete**\ ” causes Boost.Build to build
all supported variants of the libraries. For instructions on how to
-build only specific variants, please ask on the `Boost.Build mailing
+build only specific variants, please ask on the `Boost Users' mailing
list`_.
__ continuation_