summaryrefslogtreecommitdiffstats
path: root/application/MainWindow.cpp
diff options
context:
space:
mode:
authorChris Lane <chris@chrislane.com>2018-11-02 12:04:08 +0000
committerChris Lane <chris@chrislane.com>2018-11-02 12:04:08 +0000
commit0572a1e4e6cd16938f3a05c270d658f3827e8a0b (patch)
tree738e468960db01f8e614556a296d2b3b5c35458f /application/MainWindow.cpp
parent9b74e73ad300404049f476d2a79e5b63f4665fee (diff)
downloadMultiMC-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.tar
MultiMC-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.tar.gz
MultiMC-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.tar.lz
MultiMC-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.tar.xz
MultiMC-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.zip
NOISSUE use https more widely
Diffstat (limited to 'application/MainWindow.cpp')
-rw-r--r--application/MainWindow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/application/MainWindow.cpp b/application/MainWindow.cpp
index 4ee49b80..a636f499 100644
--- a/application/MainWindow.cpp
+++ b/application/MainWindow.cpp
@@ -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"));
}
}