Skip to content

Commit 23b7ccc

Browse files
committed
Fix broken links. And some minor consistency changes.
[SVN r21402]
1 parent e9d6286 commit 23b7ccc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

doc/building.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2><a name="building">Building Boost.Python</a></h2>
7777
library, but if multiple Boost.Python extension modules are used
7878
together, it will prevent sharing of types across extension modules, and
7979
consume extra code space. To build <code>boost_python</code>, use <a
80-
href="../../../tools/build/index.html">Boost.Build</a> in the usual way
80+
href="../../../tools/build/v1/build_system.htm">Boost.Build</a> in the usual way
8181
from the <code>libs/python/build</code> subdirectory of your boost
8282
installation (if you have already built boost from the top level this may
8383
have no effect, since the work is already done).</p>
@@ -249,7 +249,7 @@ <h3><a name="testing">Testing</a></h3>
249249
<blockquote>
250250
<pre>
251251
bjam -sTOOLS=<i><a href=
252-
"../../../tools/build/index.html#Tools">toolset</a></i> test
252+
"../../../more/getting_started.html#Tools">toolset</a></i> test
253253
</pre>
254254
</blockquote>
255255
This will update all of the Boost.Python v1 test and example targets. The
@@ -259,7 +259,7 @@ <h3><a name="testing">Testing</a></h3>
259259
<blockquote>
260260
<pre>
261261
bjam -sTOOLS=<i><a href=
262-
"../../../tools/build/index.html#Tools">toolset</a></i> -sPYTHON_TEST_ARGS=-v test
262+
"../../../more/getting_started.html#Tools">toolset</a></i> -sPYTHON_TEST_ARGS=-v test
263263
</pre>
264264
</blockquote>
265265
which will print each test's Python code with the expected output as it
@@ -286,11 +286,11 @@ <h2><a name="building_ext">Building your Extension Module</a></h2>
286286

287287
<blockquote>
288288
<pre>
289-
boost-build ../../../tools/build ;
289+
boost-build ../../../tools/build/v1 ;
290290
</pre>
291291
</blockquote>
292292

293-
so that the path refers to the <code>tools/build</code> subdirectory
293+
so that the path refers to the <code>tools/build/v1</code> subdirectory
294294
of your Boost installation.
295295

296296

@@ -311,10 +311,10 @@ <h2><a name="building_ext">Building your Extension Module</a></h2>
311311

312312
<h2><a name="variants">Build Variants</a></h2>
313313
Three <a href=
314-
"../../../tools/build/build_system.htm#variants">variant</a>
314+
"../../../tools/build/v1/build_system.htm#variants">variant</a>
315315
configurations of all python-related targets are supported, and can be
316316
selected by setting the <code><a href=
317-
"../../../tools/build/build_system.htm#user_globals">BUILD</a></code>
317+
"../../../tools/build/v1/build_system.htm#user_globals">BUILD</a></code>
318318
variable:
319319

320320
<ul>

0 commit comments

Comments
 (0)