diff --git a/V8Client/V8ClientConnection.cpp b/V8Client/V8ClientConnection.cpp index 55c63952de..e2218786a8 100644 --- a/V8Client/V8ClientConnection.cpp +++ b/V8Client/V8ClientConnection.cpp @@ -75,7 +75,7 @@ namespace triagens { // connect to server and get version number map headerFields; - SimpleHttpResult* result = _client->request(SimpleHttpClient::GET, "/_admin/version", 0, 0, headerFields); + SimpleHttpResult* result = _client->request(SimpleHttpClient::GET, "/_api/version", 0, 0, headerFields); if (!result->isComplete()) { // save error message