summary refs log tree commit diff
path: root/develop/modules/writing_a_module.html
diff options
context:
space:
mode:
Diffstat (limited to 'develop/modules/writing_a_module.html')
-rw-r--r--develop/modules/writing_a_module.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/modules/writing_a_module.html b/develop/modules/writing_a_module.html
index 3db68cf8e7..9a1525490c 100644
--- a/develop/modules/writing_a_module.html
+++ b/develop/modules/writing_a_module.html
@@ -168,7 +168,7 @@ the <code>synapse.module_api.ModuleApi</code> class. The configuration is a dict
 either the output of the module's <code>parse_config</code> static method (see below), or the
 configuration associated with the module in Synapse's configuration file.</p>
 <p>See the documentation for the <code>ModuleApi</code> class
-<a href="https://github.com/element.-hq/synapse/blob/master/synapse/module_api/__init__.py">here</a>.</p>
+<a href="https://github.com/element-hq/synapse/blob/master/synapse/module_api/__init__.py">here</a>.</p>
 <h2 id="when-synapse-runs-with-several-modules-configured"><a class="header" href="#when-synapse-runs-with-several-modules-configured">When Synapse runs with several modules configured</a></h2>
 <p>If Synapse is running with other modules configured, the order each module appears in
 within the <code>modules</code> section of the Synapse configuration file might restrict what it can