mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Fix documentation links to new URLs generated by MkDocs
This commit is contained in:
parent
832588f861
commit
a550a1c55c
@ -256,9 +256,9 @@ mod_doc() ->
|
||||
?T("Several options were improved in ejabberd 22.05."), "",
|
||||
?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]."), "",
|
||||
"http://../listen-options/#request_handlers[request_handlers]."), "",
|
||||
?T("Make sure either 'mod_bosh' or 'ejabberd_http_ws' "
|
||||
"http://../listen-options/#request-handlers[request_handlers] "
|
||||
"http://../listen-options/#request_handlers[request_handlers] "
|
||||
"are enabled."), "",
|
||||
?T("When 'conversejs_css' and 'conversejs_script' are 'auto', "
|
||||
"by default they point to the public Converse client.")
|
||||
|
@ -214,7 +214,7 @@ mod_doc() ->
|
||||
?T("This module is available since ejabberd 22.05."), "",
|
||||
?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]."), "",
|
||||
"http://../listen-options/#request_handlers[request_handlers]."), "",
|
||||
?T("Notice it only works if ejabberd_http has tls enabled.")],
|
||||
example =>
|
||||
["listen:",
|
||||
|
@ -538,7 +538,7 @@ mod_doc() ->
|
||||
"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]."), "",
|
||||
"http://../listen-options/#request_handlers[request_handlers]."), "",
|
||||
?T("To use a specific API version N, when defining the URL path "
|
||||
"in the request_handlers, add a 'vN'. "
|
||||
"For example: '/api/v2: mod_http_api'"), "",
|
||||
|
@ -234,7 +234,7 @@ mod_doc() ->
|
||||
"another URL from which that file can later be downloaded."), "",
|
||||
?T("In order to use this module, it must be enabled "
|
||||
"in 'listen' -> 'ejabberd_http' -> "
|
||||
"http://../listen-options/#request-handlers[request_handlers].")],
|
||||
"http://../listen-options/#request_handlers[request_handlers].")],
|
||||
opts =>
|
||||
[{host,
|
||||
#{desc => ?T("Deprecated. Use 'hosts' instead.")}},
|
||||
|
@ -625,7 +625,7 @@ mod_doc() ->
|
||||
"important to include the last / character in the URL, "
|
||||
"otherwise the subpages URL will be incorrect."), "",
|
||||
?T("This module is enabled in 'listen' -> 'ejabberd_http' -> "
|
||||
"http://../listen-options/#request-handlers[request_handlers], "
|
||||
"http://../listen-options/#request_handlers[request_handlers], "
|
||||
"no need to enable in 'modules'."),
|
||||
?T("The module depends on _`mod_register`_ where all the "
|
||||
"configuration is performed.")],
|
||||
|
@ -383,7 +383,7 @@ mod_doc() ->
|
||||
?T("NOTE: It is not enough to just load this module. "
|
||||
"You should also configure listeners and DNS records "
|
||||
"properly. For details see the section about the "
|
||||
"http://../listen/#ejabberd-sip[ejabberd_sip] listen module "
|
||||
"http://../listen/#ejabberd_sip[ejabberd_sip] listen module "
|
||||
"in the ejabberd Documentation.")],
|
||||
opts =>
|
||||
[{always_record_route,
|
||||
|
Loading…
Reference in New Issue
Block a user