updates: use updates host, not downloads, for HTTP

This commit is contained in:
moneromooo-monero 2017-02-21 22:21:59 +00:00
parent e960be55ed
commit 45101550f2
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -96,7 +96,7 @@ namespace tools
std::string get_update_url(const std::string &software, const std::string &subdir, const std::string &buildtag, const std::string &version)
{
static const char base[] = "https://downloads.getmonero.org/";
static const char base[] = "https://updates.getmonero.org/";
#ifdef _WIN32
static const char extension[] = ".zip";
#else