This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ Fix broken links relating to module API deprecation in the upgrade notes.
Original file line number Diff line number Diff line change @@ -187,8 +187,8 @@ of this endpoint modifying the media store.
187187
188188The current third-party rules module interface is deprecated in favour of the new generic
189189modules system introduced in Synapse v1.37.0. Authors of third-party rules modules can refer
190- to [this documentation](modules.md#porting-an-existing-module-that-uses-the-old-interface )
191- to update their modules. Synapse administrators can refer to [this documentation](modules.md#using-modules )
190+ to [this documentation](modules/porting_legacy_module .md)
191+ to update their modules. Synapse administrators can refer to [this documentation](modules/index .md)
192192to update their configuration once the modules they are using have been updated.
193193
194194We plan to remove support for the current third-party rules interface in September 2021.
@@ -237,9 +237,9 @@ SQLite databases are unaffected by this change.
237237
238238The current spam checker interface is deprecated in favour of a new generic modules system.
239239Authors of spam checker modules can refer to [this
240- documentation](modules.md#porting-an-existing-module-that-uses-the-old-interface)
240+ documentation](modules/porting_legacy_module .md
241241to update their modules. Synapse administrators can refer to [this
242- documentation](modules.md#using-modules )
242+ documentation](modules/index .md)
243243to update their configuration once the modules they are using have been updated.
244244
245245We plan to remove support for the current spam checker interface in August 2021.
You can’t perform that action at this time.
0 commit comments