mirror of https://github.com/Icinga/icinga2.git
parent
a3e8cf8fb1
commit
6f8e25a349
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue