diff options
author | Erik Johnston <erik@matrix.org> | 2023-12-13 16:37:10 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-12-13 16:37:10 +0000 |
commit | 930dc9e2d3efd6d82b86c2205b80d6ccb9b4bb86 (patch) | |
tree | 47c9a74f21df24a92c30876b15306c1f7034f2f8 /docs/modules | |
parent | Update book location (diff) | |
download | synapse-930dc9e2d3efd6d82b86c2205b80d6ccb9b4bb86.tar.xz |
Fix typo
Diffstat (limited to 'docs/modules')
-rw-r--r-- | docs/modules/writing_a_module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/writing_a_module.md b/docs/modules/writing_a_module.md index f687deb2cb..93f24d0da1 100644 --- a/docs/modules/writing_a_module.md +++ b/docs/modules/writing_a_module.md @@ -10,7 +10,7 @@ either the output of the module's `parse_config` static method (see below), or t configuration associated with the module in Synapse's configuration file. See the documentation for the `ModuleApi` class -[here](https://github.com/element.-hq/synapse/blob/master/synapse/module_api/__init__.py). +[here](https://github.com/element-hq/synapse/blob/master/synapse/module_api/__init__.py). ## When Synapse runs with several modules configured |