mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Add link in mod_http_api documentation to the docs API section
This commit is contained in:
parent
c407b73803
commit
d4f288d3c6
@ -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]."), "",
|
||||
|
Loading…
Reference in New Issue
Block a user