@@ -54,7 +54,7 @@ <h2><a name="intro">Introduction</a></h2>
5454requests for support, espcially surrounding building the library, had
5555begun to impede progress on development. There was a major push to
5656release a stable 1.28.0 of Boost, including documentation of < a
57- href ="../../../../tools/build/index.html "> Boost.Build</ a > and specific
57+ href ="../../../../tools/build/v1/build_system.htm "> Boost.Build</ a > and specific
5858< a href ="../building.html "> instructions</ a > for building Boost.Python
5959v1. The documentation for Boost.Python v2 was also updated as
6060described < a href ="#documentation "> here</ a > .
@@ -70,7 +70,7 @@ <h3><a name="aix_shared">Shared Library Support for AIX</a></h3>
7070 Martin Casado which uncovered the key mechanism required to allow
7171 shared libraries to use functions from the Python executable. The
7272 current solution used in Boost.Build relies on a < a
73- href ="../../../../tools/build/gen_aix_import_file.py "> Python
73+ href ="../../../../tools/build/v1/ gen_aix_import_file.py "> Python
7474 Script</ a > as part of the build process. This is not a problem for
7575 Boost.Python, as Python will be available. However, the commands
7676 issued by the script are so simple that a 100%-pure-Boost.Jam
@@ -84,8 +84,7 @@ <h4><a name="operators">Operators</a></h4>
8484
8585Support for exposing C++ operators and functions as the corresponding
8686Python special methods was added. Thinking that the Boost.Python
87- < a href ="../special.html#numeric "> v1 interface</ a > was a little too
88- esoteric (especially the use of
87+ v1 interface was a little too esoteric (especially the use of
8988< code > left_operand<...>/right_operand<...></ code > for
9089asymmetric operands), I introduced a simple form of < a
9190href ="http://osl.iu.edu/~tveldhui/papers/Expression-Templates/exprtmpl.html "> expression
@@ -155,7 +154,7 @@ <h4><a name="properties">Properties</a></h4>
155154 href ="http://www.python.org/2.2/descrintro.html#property "> < code > property</ code > </ a >
156155 interface used internally to implement the data member exposure
157156 facility described in < a
158- href ="Mar2002#data_members "> March</ a > . Properties are an
157+ href ="Mar2002.html #data_members "> March</ a > . Properties are an
159158 incredibly useful idiom, so it's good to be able to provide them
160159 at little new development cost.
161160
@@ -212,7 +211,7 @@ <h2><a name="documentation">Documentation</a></h2>
212211
213212< blockquote >
214213< dl >
215- < dt > < a href ="call.html "> call.html</ a > < dd > < dt > < a href =" updated " > updated </ a > < dd >
214+ < dt > < a href ="call.html "> call.html</ a > < dd > < dt > updated< dd >
216215 < dt > < a href ="class.html "> class.html</ a > < dd >
217216 < dt > < a href ="reference.html "> reference.html</ a > < dd >
218217</ dl >
0 commit comments