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.
187
187
188
188
The current third-party rules module interface is deprecated in favour of the new generic
189
189
modules 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)
192
192
to update their configuration once the modules they are using have been updated.
193
193
194
194
We 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.
237
237
238
238
The current spam checker interface is deprecated in favour of a new generic modules system.
239
239
Authors 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
241
241
to update their modules. Synapse administrators can refer to [this
242
- documentation](modules.md#using-modules )
242
+ documentation](modules/index .md)
243
243
to update their configuration once the modules they are using have been updated.
244
244
245
245
We 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