From fc548fdf48a75bb570060fb590a89755f1b8a31f Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Sat, 19 Aug 2017 19:32:17 +0200 Subject: [PATCH] Fix link for the updates --- src/blupi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blupi.cxx b/src/blupi.cxx index 557d029..7d90f42 100644 --- a/src/blupi.cxx +++ b/src/blupi.cxx @@ -478,7 +478,7 @@ CheckForUpdates () curl_easy_setopt (curl, CURLOPT_WRITEFUNCTION, updateCallback); - curl_easy_setopt (curl, CURLOPT_URL, "http://blupi.org/update/planet"); + curl_easy_setopt (curl, CURLOPT_URL, "http://blupi.org/update/planet.json"); curl_easy_setopt (curl, CURLOPT_WRITEDATA, (void *) &chunk); chunk.status = curl_easy_perform (curl);