aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/referenceexamples/grouped
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2022-03-30 21:05:54 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-04-01 21:32:23 +0000
commite252a47fb50975a1ec6c7ca2d16d3acefc0b737d (patch)
treed116c2c3a5d2ff975bd90349457a4e6afa3bcc70 /examples/declarative/referenceexamples/grouped
parent7b0882908f42262156dd17879e03f49917cea190 (diff)
examples: replace http by https
Pick-to: 6.2 Change-Id: Ib53667e03a2dea2afea73a344d5749d37d59c52b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/declarative/referenceexamples/grouped')
-rw-r--r--examples/declarative/referenceexamples/grouped/birthdayparty.py2
-rw-r--r--examples/declarative/referenceexamples/grouped/main.py2
-rw-r--r--examples/declarative/referenceexamples/grouped/person.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/declarative/referenceexamples/grouped/birthdayparty.py b/examples/declarative/referenceexamples/grouped/birthdayparty.py
index 2ae9fb12d..e1926da22 100644
--- a/examples/declarative/referenceexamples/grouped/birthdayparty.py
+++ b/examples/declarative/referenceexamples/grouped/birthdayparty.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2022 The Qt Company Ltd.
-## Contact: http://www.qt.io/licensing/
+## Contact: https://www.qt.io/licensing/
##
## This file is part of the Qt for Python examples of the Qt Toolkit.
##
diff --git a/examples/declarative/referenceexamples/grouped/main.py b/examples/declarative/referenceexamples/grouped/main.py
index 9911ccc3a..6fb74c6c4 100644
--- a/examples/declarative/referenceexamples/grouped/main.py
+++ b/examples/declarative/referenceexamples/grouped/main.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2022 The Qt Company Ltd.
-## Contact: http://www.qt.io/licensing/
+## Contact: https://www.qt.io/licensing/
##
## This file is part of the Qt for Python examples of the Qt Toolkit.
##
diff --git a/examples/declarative/referenceexamples/grouped/person.py b/examples/declarative/referenceexamples/grouped/person.py
index c05c76777..609cb73cf 100644
--- a/examples/declarative/referenceexamples/grouped/person.py
+++ b/examples/declarative/referenceexamples/grouped/person.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2022 The Qt Company Ltd.
-## Contact: http://www.qt.io/licensing/
+## Contact: https://www.qt.io/licensing/
##
## This file is part of the Qt for Python examples of the Qt Toolkit.
##