From 6f8e25a3497a487d5f2c47b5b74829aad1a33a28 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 29 Oct 2015 18:57:37 +0100 Subject: [PATCH] Add doc URL to /v1 info page refs #9105 --- lib/remote/infohandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/remote/infohandler.cpp b/lib/remote/infohandler.cpp index 6951899b2..771898039 100644 --- a/lib/remote/infohandler.cpp +++ b/lib/remote/infohandler.cpp @@ -77,7 +77,7 @@ bool InfoHandler::HandleRequest(const ApiUser::Ptr& user, HttpRequest& request, else body += "Your user does not have any permissions.

"; - body += "

More information about API requests is available in the documentation.

"; + body += "

More information about API requests is available in the documentation.

"; response.WriteBody(body.CStr(), body.GetLength()); return true;