summaryrefslogtreecommitdiffstats
path: root/api/logic/net/URLConstants.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/net/URLConstants.cpp')
-rw-r--r--api/logic/net/URLConstants.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/net/URLConstants.cpp b/api/logic/net/URLConstants.cpp
index 5d848d80..10b72748 100644
--- a/api/logic/net/URLConstants.cpp
+++ b/api/logic/net/URLConstants.cpp
@@ -4,7 +4,7 @@ namespace URLConstants {
QString getLegacyJarUrl(QString version)
{
- return "http://" + AWS_DOWNLOAD_VERSIONS + getJarPath(version);
+ return "https://" + AWS_DOWNLOAD_VERSIONS + getJarPath(version);
}
QString getJarPath(QString version)