aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2022-12-15 13:38:28 +0100
committerCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2022-12-15 19:01:36 +0100
commit9eb968530e6ea474f52ec7253f28f209afe45c86 (patch)
tree42b8d5d7bca7ce149cc619ccad4a65e15dfdcaa5
parent1f4988bba6ffb345867ac32d1afadab3bf4fe2d7 (diff)
doc: fix broken gettingstarted links
Change-Id: I9471df621335ea1ecc967109ec8a5642bc85b0cf Pick-to: 6.4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--sources/pyside6/doc/developer/add_tool.rst2
-rw-r--r--sources/pyside6/doc/index.rst6
-rw-r--r--sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst2
3 files changed, 5 insertions, 5 deletions
diff --git a/sources/pyside6/doc/developer/add_tool.rst b/sources/pyside6/doc/developer/add_tool.rst
index 4c341eb0a..31a6e773f 100644
--- a/sources/pyside6/doc/developer/add_tool.rst
+++ b/sources/pyside6/doc/developer/add_tool.rst
@@ -30,7 +30,7 @@ Add a Qt tool wrapper
- Copy the files to the wheels in ``build_scripts/platforms/*.py``.
- - Add an entry to ``sources/pyside6/doc/package_details.rst``.
+ - Add an entry to ``sources/pyside6/doc/gettingstarted/package_details.rst``.
- Include the tool in the new wheel creation process:
diff --git a/sources/pyside6/doc/index.rst b/sources/pyside6/doc/index.rst
index ca4f025c0..7a473c294 100644
--- a/sources/pyside6/doc/index.rst
+++ b/sources/pyside6/doc/index.rst
@@ -31,7 +31,7 @@ This project is available under the LGPLv3/GPLv3 and the `Qt commercial license`
.. _Qt: https://doc.qt.io
.. _PySide6: quickstart.html
.. _`Qt commercial license`: https://www.qt.io/licensing/
-.. _`Porting from PySide2 to PySide6`: porting_from2.html
+.. _`Porting from PySide2 to PySide6`: gettingstarted/porting_from2.html
Quick Start
===========
@@ -44,9 +44,9 @@ and to learn what is installed with the ``pyside6``, check the
`package content, structure, and tools`_ page.
-.. _`getting started guide`: gettingstarted.html
+.. _`getting started guide`: gettingstarted/index.html
.. _`write your first application`: quickstart.html
-.. _`package content, structure, and tools`: package_details.html
+.. _`package content, structure, and tools`: gettingstarted/package_details.html
Documentation
=============
diff --git a/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst b/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst
index 1dff84ac4..d425b701f 100644
--- a/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst
+++ b/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst
@@ -101,7 +101,7 @@ 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.html>`_
+<https://doc.qt.io/qtforpython/gettingstarted/index.html>`_
You may manually select the modules to install using the ``--module-subset`` cli
argument for `setup.py`. This was my installation script