diff options
author | David Robertson <davidr@element.io> | 2021-10-13 14:32:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 14:32:43 +0100 |
commit | 404444260a89f18265c34b75ba7f64ab09e3a39c (patch) | |
tree | 9f2c3b03a9b500c6025aeab349811be40ac90016 | |
parent | Rearrange the user_directory's `_handle_deltas` function (#11035) (diff) | |
download | synapse-404444260a89f18265c34b75ba7f64ab09e3a39c.tar.xz |
Fix upgrade dead links (#11069)
-rw-r--r-- | changelog.d/11069.doc | 1 | ||||
-rw-r--r-- | docs/upgrade.md | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/changelog.d/11069.doc b/changelog.d/11069.doc new file mode 100644 index 0000000000..dae4ae1777 --- /dev/null +++ b/changelog.d/11069.doc @@ -0,0 +1 @@ +Fix broken links relating to module API deprecation in the upgrade notes. diff --git a/docs/upgrade.md b/docs/upgrade.md index 18ecb2678e..8de96cb3e7 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -187,8 +187,8 @@ of this endpoint modifying the media store. The current third-party rules module interface is deprecated in favour of the new generic modules system introduced in Synapse v1.37.0. Authors of third-party rules modules can refer -to [this documentation](modules.md#porting-an-existing-module-that-uses-the-old-interface) -to update their modules. Synapse administrators can refer to [this documentation](modules.md#using-modules) +to [this documentation](modules/porting_legacy_module.md) +to update their modules. Synapse administrators can refer to [this documentation](modules/index.md) to update their configuration once the modules they are using have been updated. 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. The current spam checker interface is deprecated in favour of a new generic modules system. Authors of spam checker modules can refer to [this -documentation](modules.md#porting-an-existing-module-that-uses-the-old-interface) +documentation](modules/porting_legacy_module.md to update their modules. Synapse administrators can refer to [this -documentation](modules.md#using-modules) +documentation](modules/index.md) to update their configuration once the modules they are using have been updated. We plan to remove support for the current spam checker interface in August 2021. |