diff --git a/src/aboutbugreportingdialog.cpp b/src/aboutbugreportingdialog.cpp --- a/src/aboutbugreportingdialog.cpp +++ b/src/aboutbugreportingdialog.cpp @@ -194,7 +194,7 @@ xi18nc("@info/rich", "If you are interested in helping us to keep the KDE bug tracker system " "clean and useful, which allows the developers to be more focused on " "fixing the real issues, you are welcome to " - "join the BugSquad team.")); + "join the BugSquad team.")); m_textBrowser->setText(text); diff --git a/src/bugzillaintegration/reportassistantpages_base.cpp b/src/bugzillaintegration/reportassistantpages_base.cpp --- a/src/bugzillaintegration/reportassistantpages_base.cpp +++ b/src/bugzillaintegration/reportassistantpages_base.cpp @@ -246,7 +246,7 @@ } else { QUrl url(reportAddress); if (QUrl(reportAddress).isRelative()) { //Scheme is missing - url = QUrl(QString::fromLatin1("http://%1").arg(reportAddress)); + url = QUrl(QString::fromLatin1("https://%1").arg(reportAddress)); } QDesktopServices::openUrl(url); }