aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/doc/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/doc/faq.rst')
-rw-r--r--sources/shiboken2/doc/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/doc/faq.rst b/sources/shiboken2/doc/faq.rst
index 3653b8654..eb77e5822 100644
--- a/sources/shiboken2/doc/faq.rst
+++ b/sources/shiboken2/doc/faq.rst
@@ -45,7 +45,7 @@ What do I have to do to create my bindings?
-------------------------------------------
Most of the work is already done by the API Extractor.
-The developer creates a :std:doc:`typesystem <apiextractor:typesystem>`
+The developer creates a :std:doc:`typesystem <typesystem>`
file with any customization wanted in
the generated code, like removing classes or changing method signatures.
The generator will output the *.h* and *.cpp* files with the CPython code that