summaryrefslogtreecommitdiffstats
path: root/api/logic/net/URLConstants.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2018-11-04 13:18:35 +0100
committerPetr Mrázek <peterix@gmail.com>2018-11-04 13:18:35 +0100
commit58260da861a51d503fa6fb08f67918cc8dddd36f (patch)
tree3b355c675c356b328607b7d145f175bab2f6ed8e /api/logic/net/URLConstants.cpp
parent16cc20aefdccac7f68819b9c7bc6532a5f027b8b (diff)
downloadMultiMC-58260da861a51d503fa6fb08f67918cc8dddd36f.tar
MultiMC-58260da861a51d503fa6fb08f67918cc8dddd36f.tar.gz
MultiMC-58260da861a51d503fa6fb08f67918cc8dddd36f.tar.lz
MultiMC-58260da861a51d503fa6fb08f67918cc8dddd36f.tar.xz
MultiMC-58260da861a51d503fa6fb08f67918cc8dddd36f.zip
NOISSUE remove use of obsolete URL constants, simplify the rest
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 10b72748..9a4d920b 100644
--- a/api/logic/net/URLConstants.cpp
+++ b/api/logic/net/URLConstants.cpp
@@ -4,7 +4,7 @@ namespace URLConstants {
QString getLegacyJarUrl(QString version)
{
- return "https://" + AWS_DOWNLOAD_VERSIONS + getJarPath(version);
+ return AWS_DOWNLOAD_VERSIONS + getJarPath(version);
}
QString getJarPath(QString version)