diff --git a/doc/v2/faq.html b/doc/v2/faq.html index 8664573f..e459c867 100644 --- a/doc/v2/faq.html +++ b/doc/v2/faq.html @@ -649,15 +649,15 @@ void b_insert(B& b, std::auto_ptr<A> a)

Compilation takes too much time and eats too much memory! What can I do to make it faster?

- Please refer to the Techniques - section in the tutorial. + Please refer to the Reducing Compiling Time section in the tutorial.


How do I create sub-packages using Boost.Python?

- Please refer to the Techniques - section in the tutorial. + Please refer to the Creating Packages section in the tutorial.