From 3feb08ec711dab55d44d409e3fc36d87ac526c02 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 11 Dec 2018 07:14:55 +0100 Subject: [PATCH] Use https url --- workspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace.cpp b/workspace.cpp index 2e35cd4428..25eeda8be5 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -1332,7 +1332,7 @@ QString Workspace::supportInformation() const support.append(ki18nc("Introductory text shown in the support information.", "KWin Support Information:\n" - "The following information should be used when requesting support on e.g. http://forum.kde.org.\n" + "The following information should be used when requesting support on e.g. https://forum.kde.org.\n" "It provides information about the currently running instance, which options are used,\n" "what OpenGL driver and which effects are running.\n" "Please post the information provided underneath this introductory text to a paste bin service\n"