Skip to content

Commit 29eef88

Browse files
committed
Fix URL of ejabberd-contrib documentation section
1 parent 0672227 commit 29eef88

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

content/admin/configuration/toplevel.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ acme:
176176
`true | false`
177177

178178
Whether to allow installation of third-party modules or not. See
179-
[ejabberd-contrib](../../developer/extending-ejabberd/modules.md#ejabberd-contrib)
179+
[ejabberd-contrib](../../admin/guide/modules.md#ejabberd-contrib)
180180
documentation section. The default value is `true`.
181181

182182
## allow\_multiple\_connections
@@ -269,7 +269,7 @@ default value is `[mnesia]`.
269269

270270
This is used by the contributed module `ejabberd_auth_http` that can
271271
be installed from the
272-
[ejabberd-contrib](https://github.com/processone/ejabberd-contrib) Git
272+
[ejabberd-contrib](../../admin/guide/modules.md#ejabberd-contrib) Git
273273
repository. Please refer to that module’s README file for details.
274274

275275
## auth\_password\_format
@@ -764,8 +764,8 @@ format, the `Options` must be one of the following:
764764
<!-- md:version added in [23.10](../../archive/23.10/index.md) -->
765765

766766
Modules to install from
767-
[ejabberd-contrib](../../developer/extending-ejabberd/modules.md#ejabberd-contrib)
768-
at start time. The default value is an empty list of modules: `[]`.
767+
[ejabberd-contrib](../../admin/guide/modules.md#ejabberd-contrib) at
768+
start time. The default value is an empty list of modules: `[]`.
769769

770770
## jwt\_auth\_only\_rule
771771

content/developer/ejabberd-api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ All commands can be exposed through interfaces. Available interfaces are:
2424
- [WebAdmin](../../admin/guide/managing.md#web-admin) uses most commands to build the web pages,
2525
- [mod_configure](../../admin/configuration/modules.md#mod_configure) includes support for a few administrative tasks (using XMPP protocol itself through discovery and adhoc commands)
2626

27-
The [ejabberd-contrib Github repository](https://github.com/processone/ejabberd-contrib) provides other interfaces that can be installed to execute ejabberd commands in different ways: `mod_rest` (HTTP POST service), `mod_shcommands` (ejabberd WebAdmin page).
27+
The [ejabberd-contrib Github repository](../../admin/guide/modules.md#ejabberd-contrib) provides other interfaces that can be installed to execute ejabberd commands in different ways: `mod_rest` (HTTP POST service), `mod_shcommands` (ejabberd WebAdmin page).
2828

2929
Any module in ejabberd can add its own command(s) through ejabberd Erlang/Elixir API, making the whole system totally extensible. A third-party module can expose its own command(s) and feel like a real part of the system. A module that exposes commands allows server admins to expose it the way they want.
3030

content/developer/extending-ejabberd/elixir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ This example module requires the QRCodeEx Elixir library, and adds a simple web
293293
294294
## Elixir module in ejabberd-contrib
295295
296-
Using [ejabberd-contrib](modules.md#ejabberd-contrib) it's possible to install additional ejabberd modules without compiling ejabberd, or requiring ejabberd source code.
296+
Using [ejabberd-contrib](../../admin/guide/modules.md#ejabberd-contrib) it's possible to install additional ejabberd modules without compiling ejabberd, or requiring ejabberd source code.
297297
This is useful if you install ejabberd using binary installers or a container image.
298298
299299
And it's possible to write a custom module and [add your module](modules.md#add-module-to-ejabberd-modules) to an existing ejabberd installation...

0 commit comments

Comments
 (0)