From 5bc28e30167a08f837ab820f279dff8346a802be Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 27 Dec 2003 01:46:04 +0000 Subject: [PATCH] Fix broken links. [SVN r21403] --- doc/index.html | 2 +- doc/internals.html | 2 +- doc/internals.rst | 2 +- doc/news.html | 2 +- doc/tutorial/doc/embedding.html | 5 ++--- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/index.html b/doc/index.html index f10493f1..e5637d15 100644 --- a/doc/index.html +++ b/doc/index.html @@ -114,7 +114,7 @@

-

© Copyright Dave +

© Copyright Dave Abrahams 2002-2003. All Rights Reserved.

diff --git a/doc/internals.html b/doc/internals.html index 4f7984f0..6ea2219f 100755 --- a/doc/internals.html +++ b/doc/internals.html @@ -17,7 +17,7 @@ copyright:Copyright David Abrahams and Brett Calcott 2003. See -accompanying license for terms of use. +accompanying license for terms of use. diff --git a/doc/internals.rst b/doc/internals.rst index f4576853..c17739e3 100755 --- a/doc/internals.rst +++ b/doc/internals.rst @@ -9,7 +9,7 @@ __ ../../../index.htm .. _`Boost.Python`: index.html -.. _license: ../../../LICENSE +.. _license: ../../../LICENSE_1_0.txt ------------------------------------------------------- diff --git a/doc/news.html b/doc/news.html index 571788ae..7dd1b17a 100644 --- a/doc/news.html +++ b/doc/news.html @@ -108,7 +108,7 @@ BOOST_PYTHON_MODULE(test)
Gottfried Ganßauge has contributed opaque pointer support.
- Bruno da Silva de Oliveira + Bruno da Silva de Oliveira has contributed the exciting Pyste ("Pie-steh") package.
diff --git a/doc/tutorial/doc/embedding.html b/doc/tutorial/doc/embedding.html index 4b0e4069..fc1ab8dd 100644 --- a/doc/tutorial/doc/embedding.html +++ b/doc/tutorial/doc/embedding.html @@ -45,9 +45,8 @@ 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.

+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