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);