Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix bad link in modules documentation #10302

Merged
merged 2 commits into from
Jul 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/10302.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix link pointing at the wrong section in the modules documentation page.
2 changes: 1 addition & 1 deletion docs/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ In order to port a module that uses Synapse's old module interface, its author n

* ensure the module's callbacks are all asynchronous.
* register their callbacks using one or more of the `register_[...]_callbacks` methods
from the `ModuleApi` class in the module's `__init__` method (see [this section](#registering-a-web-resource)
from the `ModuleApi` class in the module's `__init__` method (see [this section](#registering-a-callback)
for more info).

Additionally, if the module is packaged with an additional web resource, the module
Expand Down