diff --git a/autotests/newlinetest.cpp b/autotests/newlinetest.cpp --- a/autotests/newlinetest.cpp +++ b/autotests/newlinetest.cpp @@ -43,7 +43,7 @@ } } failListContent(brokenFiles, - QStringLiteral("Found file with bad characters (http://doc.qt.io/qt-5/qstring.html#simplified):\n")); + QStringLiteral("Found file with bad characters (https://doc.qt.io/qt-5/qstring.html#simplified):\n")); } };