From e252a47fb50975a1ec6c7ca2d16d3acefc0b737d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Wed, 30 Mar 2022 21:05:54 +0200 Subject: examples: replace http by https Pick-to: 6.2 Change-Id: Ib53667e03a2dea2afea73a344d5749d37d59c52b Reviewed-by: Friedemann Kleint --- examples/widgets/codeeditor/codeeditor.py | 2 +- examples/widgets/codeeditor/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/widgets/codeeditor') diff --git a/examples/widgets/codeeditor/codeeditor.py b/examples/widgets/codeeditor/codeeditor.py index 47dc8b0a3..25290c63f 100644 --- a/examples/widgets/codeeditor/codeeditor.py +++ b/examples/widgets/codeeditor/codeeditor.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2019 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/widgets/codeeditor/main.py b/examples/widgets/codeeditor/main.py index 0a89160bf..ca9b48c63 100644 --- a/examples/widgets/codeeditor/main.py +++ b/examples/widgets/codeeditor/main.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2019 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. ## -- cgit v1.2.3