Skip to content

Commit 5bc28e3

Browse files
committed
Fix broken links.
[SVN r21403]
1 parent 23b7ccc commit 5bc28e3

5 files changed

Lines changed: 6 additions & 7 deletions

File tree

doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h2>Articles</h2>
114114
<!--webbot bot="Timestamp" endspan i-checksum="39359" -->
115115
</p>
116116

117-
<p><i>&copy; Copyright <a href="../../people/dave_abrahams.htm">Dave
117+
<p><i>&copy; Copyright <a href="../../../people/dave_abrahams.htm">Dave
118118
Abrahams</a> 2002-2003. All Rights Reserved.</i></p>
119119
</body>
120120
</html>

doc/internals.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1><a name="a-conversation-between-brett-calcott-and-david-abrahams">A conversa
1717
<col class="field-body" />
1818
<tbody valign="top">
1919
<tr class="field"><th class="field-name">copyright:</th><td class="field-body">Copyright David Abrahams and Brett Calcott 2003. See
20-
accompanying <a class="reference" href="../../../LICENSE">license</a> for terms of use.</td>
20+
accompanying <a class="reference" href="../../../LICENSE_1_0.txt">license</a> for terms of use.</td>
2121
</tr>
2222
</tbody>
2323
</table>

doc/internals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ __ ../../../index.htm
99

1010
.. _`Boost.Python`: index.html
1111

12-
.. _license: ../../../LICENSE
12+
.. _license: ../../../LICENSE_1_0.txt
1313

1414

1515
-------------------------------------------------------

doc/news.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h2 align="center">News/Change Log</h2>
108108
<dd><a href="mailto:Gottfried.Ganssauge-at-haufe.de">Gottfried
109109
Gan&szlig;auge</a> has contributed <a href=
110110
"v2/opaque_pointer_converter.html">opaque pointer support</a>.<br>
111-
<a href="nicodemus-at-globalite.com.br">Bruno da Silva de Oliveira</a>
111+
<a href="mailto:nicodemus-at-globalite.com.br">Bruno da Silva de Oliveira</a>
112112
has contributed the exciting <a href="../pyste/index.html">Pyste</a>
113113
("Pie-steh") package.</dd>
114114

doc/tutorial/doc/embedding.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@
4545
in Boost's <tt>/libs/python/build/bin-stage</tt> subdirectory. On Windows, the
4646
variants are called <tt>boost_python.lib</tt> (for release builds) and
4747
<tt>boost_python_debug.lib</tt> (for debugging). If you can't find the libraries,
48-
you probably haven't built Boost.Python yet. See <a href="../../building.html
49-
Building">
50-
and Testing</a> on how to do this.</p>
48+
you probably haven't built Boost.Python yet. See <a href="../../building.html">
49+
Building and Testing</a> on how to do this.</p>
5150
<p>
5251
Python's static link library can be found in the <tt>/libs</tt> subdirectory of
5352
your Python directory. On Windows it is called pythonXY.lib where X.Y is

0 commit comments

Comments
 (0)