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.