From d4f288d3c612d44c1ab9e0e2a9a542d46e006395 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 14 Feb 2022 21:38:36 +0100 Subject: Add link in mod_http_api documentation to the docs API section --- src/mod_http_api.erl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mod_http_api.erl b/src/mod_http_api.erl index 2680ef9a8..8bd9522ce 100644 --- a/src/mod_http_api.erl +++ b/src/mod_http_api.erl @@ -525,8 +525,9 @@ mod_options(_) -> mod_doc() -> #{desc => - [?T("This module provides a ReST API to call ejabberd commands " - "using JSON data."), "", + [?T("This module provides a ReST interface to call " + "https://docs.ejabberd.im/developer/ejabberd-api[ejabberd API] " + "commands using JSON data."), "", ?T("To use this module, in addition to adding it to the 'modules' " "section, you must also enable it in 'listen' -> 'ejabberd_http' -> " "http://../listen-options/#request-handlers[request_handlers]."), "", -- cgit v1.2.3