diff options
Diffstat (limited to '')
-rw-r--r-- | develop/modules/third_party_rules_callbacks.html | 2 | ||||
-rw-r--r-- | develop/modules/writing_a_module.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/develop/modules/third_party_rules_callbacks.html b/develop/modules/third_party_rules_callbacks.html index 2866f9d23c..01f4762082 100644 --- a/develop/modules/third_party_rules_callbacks.html +++ b/develop/modules/third_party_rules_callbacks.html @@ -322,7 +322,7 @@ wishing this callback to be called on every profile change are encouraged to dis per-room profiles globally using the <code>allow_per_room_profiles</code> configuration setting in Synapse's configuration file. This callback is not called when registering a user, even when setting it through the -<a href="https://matrix-org.github.io/synapse/latest/modules/password_auth_provider_callbacks.html#get_displayname_for_registration"><code>get_displayname_for_registration</code></a> +<a href="https://element-hq.github.io/synapse/latest/modules/password_auth_provider_callbacks.html#get_displayname_for_registration"><code>get_displayname_for_registration</code></a> module callback.</p> <p>If multiple modules implement this callback, Synapse runs them all in order.</p> <h3 id="on_user_deactivation_status_changed"><a class="header" href="#on_user_deactivation_status_changed"><code>on_user_deactivation_status_changed</code></a></h3> diff --git a/develop/modules/writing_a_module.html b/develop/modules/writing_a_module.html index 7a42c64a98..3db68cf8e7 100644 --- a/develop/modules/writing_a_module.html +++ b/develop/modules/writing_a_module.html @@ -219,7 +219,7 @@ methods. The callback functions are passed to these methods as keyword arguments the callback name as the argument name and the function as its value. A <code>register_[...]_callbacks</code> method exists for each category.</p> <p>Callbacks for each category can be found on their respective page of the -<a href="https://matrix-org.github.io/synapse">Synapse documentation website</a>.</p> +<a href="https://element-hq.github.io/synapse">Synapse documentation website</a>.</p> <h2 id="caching"><a class="header" href="#caching">Caching</a></h2> <p><em>Added in Synapse 1.74.0.</em></p> <p>Modules can leverage Synapse's caching tools to manage their own cached functions. This |