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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/logic/net/URLConstants.cpp b/api/logic/net/URLConstants.cpp
index bd476b2c..9a4d920b 100644
--- a/api/logic/net/URLConstants.cpp
+++ b/api/logic/net/URLConstants.cpp
@@ -4,12 +4,12 @@ namespace URLConstants {
QString getLegacyJarUrl(QString version)
{
- return "http://" + AWS_DOWNLOAD_VERSIONS + getJarPath(version);
+ return AWS_DOWNLOAD_VERSIONS + getJarPath(version);
}
QString getJarPath(QString version)
{
- return version + "/" + version + ".jar";
+ return version + "/" + version + ".jar";
}