Add doc URL to /v1 info page

refs #9105
This commit is contained in:
Michael Friedrich 2015-10-29 18:57:37 +01:00
parent a3e8cf8fb1
commit 6f8e25a349
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ bool InfoHandler::HandleRequest(const ApiUser::Ptr& user, HttpRequest& request,
else
body += "Your user does not have any permissions.</p>";
body += "<p>More information about API requests is available in the documentation.</p></html>";
body += "<p>More information about API requests is available in the <a href=\"http://docs.icinga.org/icinga2/latest\" target=\"_blank\">documentation</a>.</p></html>";
response.WriteBody(body.CStr(), body.GetLength());
return true;