Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 4044442

Browse files
author
David Robertson
authored
Fix upgrade dead links (#11069)
1 parent 317e9e4 commit 4044442

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

changelog.d/11069.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix broken links relating to module API deprecation in the upgrade notes.

docs/upgrade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ of this endpoint modifying the media store.
187187
188188
The current third-party rules module interface is deprecated in favour of the new generic
189189
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)
192192
to update their configuration once the modules they are using have been updated.
193193
194194
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.
237237
238238
The current spam checker interface is deprecated in favour of a new generic modules system.
239239
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
241241
to update their modules. Synapse administrators can refer to [this
242-
documentation](modules.md#using-modules)
242+
documentation](modules/index.md)
243243
to update their configuration once the modules they are using have been updated.
244244
245245
We plan to remove support for the current spam checker interface in August 2021.

0 commit comments

Comments
 (0)