From 7ca17b7bd9deff152b80f5571f1ba45805e2d346 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 12 Dec 2000 03:37:33 +0000 Subject: [PATCH] Fixed links to avoid www.pythonlabs.com [SVN r8455] --- doc/index.html | 2 +- doc/overloading.html | 2 +- doc/special.html | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/index.html b/doc/index.html index 0f5f3e04..9ddd65d3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -12,7 +12,7 @@

Synopsis

Use the Boost Python Library to quickly and easily export a C++ library to Python such that the Python interface is + href="http://www.python.org">Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with BPL. The system diff --git a/doc/overloading.html b/doc/overloading.html index 995b3a40..6979efd0 100644 --- a/doc/overloading.html +++ b/doc/overloading.html @@ -118,7 +118,7 @@ namespace scope as Python member functions.