diff options
author | Erik Johnston <erik@matrix.org> | 2021-07-09 14:50:46 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-07-09 14:50:46 +0100 |
commit | 997062af2f91d54db9fa4f969410dc901777b8e2 (patch) | |
tree | 6a369ca4d0b9786070181788928a9e33a6dce7c7 | |
parent | Fix the user directory becoming broken (and noisy errors being logged) when k... (diff) | |
parent | Fix README rst (diff) | |
download | synapse-997062af2f91d54db9fa4f969410dc901777b8e2.tar.xz |
Merge remote-tracking branch 'origin/release-v1.38' into develop
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst index e5332d62a9..0ae05616e7 100644 --- a/README.rst +++ b/README.rst @@ -335,8 +335,8 @@ access the API as a Matrix client would. It is able to run Synapse directly from the source tree, so installation of the server is not required. Testing with SyTest is recommended for verifying that changes related to the -Client-Server API are functioning correctly. See the `installation instructions -<https://github.com/matrix-org/sytest#installing>`_ for details. +Client-Server API are functioning correctly. See the `SyTest installation +instructions <https://github.com/matrix-org/sytest#installing>`_ for details. Platform dependencies |