diff options
author | Friedemann Kleint <[email protected]> | 2024-12-16 13:51:18 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2024-12-17 09:34:02 +0100 |
commit | e5d047ad6e3984ea8fccbdac0f896511fbe1fdaf (patch) | |
tree | 3d3b330d48677b410b96e793d9f09058156dc201 | |
parent | c0ed95b9f61b481af32d7b4beea1c89d364cad93 (diff) |
Documentation: Fix broken link of the Qt overviews from the Tutorials page
Fix the link to the qtdoc-overviews-main.rst page introduced by
5cd44e96cee2e8fc105372b5234b0682a7bcc012.
Pick-to: 6.8
Change-Id: I8d48687e9703b2df52d41ca5607a9e81491910bc
Reviewed-by: Shyamnath Premnadh <[email protected]>
-rw-r--r-- | sources/pyside6/doc/tutorials/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/tutorials/index.rst b/sources/pyside6/doc/tutorials/index.rst index e8dee211f..3309efbf3 100644 --- a/sources/pyside6/doc/tutorials/index.rst +++ b/sources/pyside6/doc/tutorials/index.rst @@ -215,7 +215,7 @@ Qt Overviews .. toctree:: :maxdepth: 1 - ../overviews/overviews-main.rst + ../overviews/qtdoc-overviews-main.rst C++ and Python -------------- |