diff --git a/doc/tutorial/doc/embedding.html b/doc/tutorial/doc/embedding.html index ef64b088..8cd1c725 100644 --- a/doc/tutorial/doc/embedding.html +++ b/doc/tutorial/doc/embedding.html @@ -44,10 +44,10 @@ both Boost.Python's and Python's static link library.

Boost.Python's static link library comes in two variants. Both are located in Boost's /libs/python/build/bin-stage subdirectory. On Windows, the variants are called boost_python.lib (for release builds) and -boost_python_debug.lib (for debugging). If you can't find the libraries, -you probably haven't built Boost.Python yet. See -and Testing on how to do this.

+boost_python_debug.lib (for debugging). If you can't find the +libraries, you probably haven't built Boost.Python yet. See Building and Testing on how to do +this.

Python's static link library can be found in the /libs subdirectory of your Python directory. On Windows it is called pythonXY.lib where X.Y is