We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a745d4 commit 12debadCopy full SHA for 12debad
Source/Core/DolphinWX/Main.cpp
@@ -535,7 +535,7 @@ static void RunSystemCommand(const std::string& command)
535
536
void DolphinApp::CheckUpdate()
537
{
538
- std::string url = "https://projectplusgame.com/update.json";
+ std::string url = "https://motobug.github.io/updateplus.json";
539
Common::HttpRequest req{ std::chrono::seconds{10} };
540
auto resp = req.Get(url);
541
if (!resp)
0 commit comments