Skip to content

Commit

Permalink
addon_manager.cpp: Changed add-on URL to http://supertux.lethargik.or…
Browse files Browse the repository at this point in the history
…g/addons/index.nfo.

The old URL is a redirect to there.

SVN-Revision: 6553
  • Loading branch information
Florian Forster committed Mar 5, 2010
1 parent 1668c3c commit bb3433f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addon/addon_manager.cpp
Expand Up @@ -105,7 +105,7 @@ AddonManager::check_online()
#ifdef HAVE_LIBCURL
char error_buffer[CURL_ERROR_SIZE+1];

const char* baseUrl = "http://supertux.berlios.de/addons/index.nfo";
const char* baseUrl = "http://supertux.lethargik.org/addons/index.nfo";
std::string addoninfos = "";

CURL *curl_handle;
Expand Down

0 comments on commit bb3433f

Please sign in to comment.