Change version check URL to use new github.io domain

This commit is contained in:
Birunthan Mohanathas 2013-04-07 12:20:16 +03:00
parent d0704a69d0
commit e1b39f62b1

View File

@ -38,7 +38,7 @@ void CheckVersion(void* dummy)
return;
}
HINTERNET hUrlDump = InternetOpenUrl(hRootHandle, L"http://rainmeter.github.com/rainmeter/release", NULL, NULL, INTERNET_FLAG_RESYNCHRONIZE, 0);
HINTERNET hUrlDump = InternetOpenUrl(hRootHandle, L"http://rainmeter.github.io/rainmeter/release", NULL, NULL, INTERNET_FLAG_RESYNCHRONIZE, 0);
if (hUrlDump)
{
DWORD dwSize;