Skip to content
Snippets Groups Projects
Unverified Commit 10671da0 authored by Brendan Abolivier's avatar Brendan Abolivier Committed by GitHub
Browse files

Fix bad link in modules documentation (#10302)

Fix link in modules doc to point at instructions on registering a callback instead of ones on registering a web resource.
parent 8d609435
No related branches found
No related tags found
No related merge requests found
Fix link pointing at the wrong section in the modules documentation page.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment