diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-06-23 16:57:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 16:57:57 +0100 |
commit | 7f25d7385909ace3a84ee621f014d56734fecd44 (patch) | |
tree | f11e0739923348c6ee0e818614c5118251b2c005 /changelog.d | |
parent | Fixes to the release script (#10239) (diff) | |
download | synapse-7f25d7385909ace3a84ee621f014d56734fecd44.tar.xz |
Convert UPGRADE.rst to markdown (#10166)
This PR: * Converts UPGRADE.rst to markdown and moves the contents into the `docs/` directory. * Updates the contents of UPGRADE.rst to point to the website instead. * Updates links around the codebase that point to UPGRADE.rst. `pandoc` + some manual editing was used to convert from RST to md.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10062.removal | 2 | ||||
-rw-r--r-- | changelog.d/10166.doc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/10062.removal b/changelog.d/10062.removal index 7f0cbdae2e..617785df5f 100644 --- a/changelog.d/10062.removal +++ b/changelog.d/10062.removal @@ -1 +1 @@ -The current spam checker interface is deprecated in favour of a new generic modules system. See the [upgrade notes](https://github.com/matrix-org/synapse/blob/master/UPGRADE.rst#deprecation-of-the-current-spam-checker-interface) for more information on how to update to the new system. \ No newline at end of file +The current spam checker interface is deprecated in favour of a new generic modules system. See the [upgrade notes](https://github.com/matrix-org/synapse/blob/master/docs/upgrade.md#deprecation-of-the-current-spam-checker-interface) for more information on how to update to the new system. \ No newline at end of file diff --git a/changelog.d/10166.doc b/changelog.d/10166.doc new file mode 100644 index 0000000000..8d1710c132 --- /dev/null +++ b/changelog.d/10166.doc @@ -0,0 +1 @@ +Move the upgrade notes to [docs/upgrade.md](https://github.com/matrix-org/synapse/blob/develop/docs/upgrade.md) and convert them to markdown. |