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.
This commit is contained in:
parent
8d609435c0
commit
10671da05b
|
@ -0,0 +1 @@
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue