Skip to content

Commit 841cda8

Browse files
committed
Fix broken link to anchor
1 parent a6a3282 commit 841cda8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/developer/extending-ejabberd/elixir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ This example module requires the QRCodeEx Elixir library, and adds a simple web
296296
Using [ejabberd-contrib](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
299-
And it's possible to write a custom module and [Add your module](modules.md#add-your-module) to an existing ejabberd installation...
299+
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...
300300
301301
Let's write a new ejabberd module in elixir, compile and install in an existing ejabberd deployment without requiring its source code.
302302
This example module adds a simple section listing PIDs in the users page in ejabberd WebAdmin.

content/developer/extending-ejabberd/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Now you have two ways to compile and install the module:
8989
If you compiled ejabberd from source code, you can copy that source code file
9090
with all the other ejabberd source code files, so it will be compiled and installed with them.
9191
If you installed some compiled ejabberd package, you can create your own module dir, see
92-
[Add Your Module](#add-your-module).
92+
[Add module to ejabberd-modules](#add-module-to-ejabberd-modules).
9393

9494
You can enable your new module by adding it in the ejabberd config file.
9595
Adding the following snippet in the config file will integrate the module in ejabberd module lifecycle management. It means the module will be started at ejabberd launch and stopped during ejabberd shutdown process:

0 commit comments

Comments
 (0)