2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 18:12:43 +00:00

- Fixed link to the tutorial

[SVN r18519]
This commit is contained in:
Bruno da Silva de Oliveira
2003-05-23 21:06:22 +00:00
parent 858e1aba67
commit eaab3fc038

View File

@@ -558,7 +558,7 @@ void b_insert(B& b, std::auto_ptr<A> a)
<h2><a name="packages">How do I create sub-packages using Boost.Python?</a></h2>
<p>
In the <a href="../tutorial/doc/creating_packages.html.html">Techniques</a>
In the <a href="../tutorial/doc/creating_packages.html">Techniques</a>
section of the tutorial this topic is explored.
</p>