aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/tutorials/debugging
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/tutorials/debugging')
-rw-r--r--sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst b/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst
index 85c326347..7dd65cd2b 100644
--- a/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst
+++ b/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst
@@ -100,8 +100,7 @@ Add the **bin** and **lib** path to the environment variables
Build PySide6 using the Qt 6 that you built earlier
----------------------------------------------------
-Follow the steps mentioned `Getting Started - Qt for Python
-<https://doc.qt.io/qtforpython/gettingstarted/index.html>`_
+Follow the steps mentioned in :doc:`Building from Source <../../building_from_source/index>` guide.
You may manually select the modules to install using the ``--module-subset`` cli
argument for `setup.py`. This was my installation script