summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2018-04-28 23:32:39 -0500
committerSilarn <jrim@rimpo.org>2018-04-28 23:32:39 -0500
commit0306b0fc42ba1dbd76d86466ed045eab4e45186d (patch)
treea1eca02ed7d81217114d4d99b984492c834eac20 /src/mainwindow.cpp
parent86c97c7c064faa8357c0f88f57d90ddab82d6d0a (diff)
Change Nexus API URL
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index e737dd38..6e244d49 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -1905,7 +1905,7 @@ void MainWindow::wikiTriggered()
void MainWindow::issueTriggered()
{
- QDesktopServices::openUrl(QUrl("http://github.com/Modorganizer2/modorganizer/issues"));
+ QDesktopServices::openUrl(QUrl("https://github.com/Modorganizer2/modorganizer/issues"));
}
void MainWindow::tutorialTriggered()