From 4c7cff6e8eb6486bfa6003b2338fec44977725fd Mon Sep 17 00:00:00 2001
From: Dave Abrahams
Date: Sat, 1 Mar 2003 18:25:41 +0000
Subject: [PATCH] fix bad link
[SVN r17691]
---
doc/tutorial/doc/embedding.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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