1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

Update path to ejabberd-contrib section in Docs site

This commit is contained in:
Badlop 2024-12-30 23:22:14 +01:00
parent 2b2551bc50
commit 172847bc76

View file

@ -307,7 +307,7 @@ doc() ->
#{value => "true | false",
desc =>
?T("Whether to allow installation of third-party modules or not. "
"See _`../../developer/extending-ejabberd/modules.md#ejabberd-contrib|ejabberd-contrib`_ "
"See _`../../admin/guide/modules.md#ejabberd-contrib|ejabberd-contrib`_ "
"documentation section. "
"The default value is 'true'.")}},
{allow_multiple_connections,
@ -368,7 +368,7 @@ doc() ->
desc =>
?T("This is used by the contributed module "
"'ejabberd_auth_http' that can be installed from the "
"https://github.com/processone/ejabberd-contrib[ejabberd-contrib] "
"_`../../admin/guide/modules.md#ejabberd-contrib|ejabberd-contrib`_ "
"Git repository. Please refer to that "
"module's README file for details.")}},
{auth_password_format,
@ -719,7 +719,7 @@ doc() ->
note => "added in 23.10",
desc =>
?T("Modules to install from "
"_`../../developer/extending-ejabberd/modules.md#ejabberd-contrib|ejabberd-contrib`_ "
"_`../../admin/guide/modules.md#ejabberd-contrib|ejabberd-contrib`_ "
"at start time. "
"The default value is an empty list of modules: '[]'.")}},
{jwt_auth_only_rule,