Add link in mod_http_api documentation to the docs API section

This commit is contained in:
Badlop 2022-02-14 21:38:36 +01:00
parent c407b73803
commit d4f288d3c6
1 changed files with 3 additions and 2 deletions

View File

@ -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]."), "",