aboutsummaryrefslogtreecommitdiffstats
path: root/README.pyside6.md
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2022-03-30 21:07:31 +0200
committerCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2022-04-01 23:32:03 +0200
commit7b0882908f42262156dd17879e03f49917cea190 (patch)
tree85d730eab3c515d486351d8257e89f0b72e6c62b /README.pyside6.md
parent78498a07f0f15736c50c5a68021f87cd8b2341b6 (diff)
doc: use https in the licenses and readmes
Pick-to: 6.2 Change-Id: I9acb017a527b0195a896437b9007e3843a410d7d Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'README.pyside6.md')
-rw-r--r--README.pyside6.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.pyside6.md b/README.pyside6.md
index 0ece3ba72..7343c8056 100644
--- a/README.pyside6.md
+++ b/README.pyside6.md
@@ -5,7 +5,7 @@
**Important:** for Qt5 compatibility, check [PySide2](https://pypi.org/project/PySide2)
PySide6 is the official Python module from the
-[Qt for Python project](http://wiki.qt.io/Qt_for_Python),
+[Qt for Python project](https://wiki.qt.io/Qt_for_Python),
which provides access to the complete Qt 6.0+ framework.
The Qt for Python project is developed in the open, with all facilities you'd expect
@@ -33,7 +33,7 @@ pip install PySide6
PySide6 versions following 6.0 use a C++ parser based on
[Clang](http://clang.org/). The Clang library (C-bindings), version 13.0 or
higher is required for building. Prebuilt versions of it can be downloaded from
-[download.qt.io](http://download.qt.io/development_releases/prebuilt/libclang/).
+[download.qt.io](https://download.qt.io/development_releases/prebuilt/libclang/).
After unpacking the archive, set the environment variable *LLVM_INSTALL_DIR* to
point to the folder containing the *include* and *lib* directories of Clang:
@@ -84,7 +84,7 @@ our [guidelines](https://wiki.qt.io/Qt_for_Python/Reporting_Bugs).
### Community
Check *#qt-pyside*, our official IRC channel on FreeNode, or contact us via our
-[mailing list](http://lists.qt-project.org/mailman/listinfo/pyside).
+[mailing list](https://lists.qt-project.org/mailman/listinfo/pyside).
### Licensing