NOISSUE use https more widely

This commit is contained in:
Chris Lane 2018-11-02 12:04:08 +00:00
parent 9b74e73ad3
commit 0572a1e4e6
No known key found for this signature in database
GPG key ID: D13377F969CCE9C4
12 changed files with 23 additions and 23 deletions

View file

@ -1568,12 +1568,12 @@ void MainWindow::on_actionReportBug_triggered()
void MainWindow::on_actionPatreon_triggered()
{
DesktopServices::openUrl(QUrl("http://www.patreon.com/multimc"));
DesktopServices::openUrl(QUrl("https://www.patreon.com/multimc"));
}
void MainWindow::on_actionMoreNews_triggered()
{
DesktopServices::openUrl(QUrl("http://multimc.org/posts.html"));
DesktopServices::openUrl(QUrl("https://multimc.org/posts.html"));
}
void MainWindow::newsButtonClicked()
@ -1585,7 +1585,7 @@ void MainWindow::newsButtonClicked()
}
else
{
DesktopServices::openUrl(QUrl("http://multimc.org/posts.html"));
DesktopServices::openUrl(QUrl("https://multimc.org/posts.html"));
}
}