Skip to content
2 changes: 1 addition & 1 deletion docs/source/user_guide/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add an entry to ``src/pyOpenMS/pxds/CLASS_NAME.pxd`` with the signature of your
How can I wrap a new class with pyOpenMS?
*************************************************

Create a new file ``src/pyOpenMS/pxds/CLASS_NAME.pxd`` and use the `procedure outlined <wrap_classes.rst#how-to-wrap-new-classes>`_.
Create a new file ``src/pyOpenMS/pxds/CLASS_NAME.pxd`` and use the `procedure outlined <../community/wrapping_workflows_new_classes.html#how-to-wrap-new-classes>`_.


Can I use multiple output parameters?
Expand Down