summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiranjan Kurhade <niranjandk03@gmail.com>2023-10-30 21:35:34 +0530
committerGitHub <noreply@github.com>2023-10-30 16:05:34 +0000
commit91aa52c911630ac2a8abccb2c68f77fa15ea5c79 (patch)
tree5fb6d9aae223d6dd4b34d4eacd63f042927e213e
parentAdd fast path for replication events stream fetch (#16580) (diff)
downloadsynapse-91aa52c911630ac2a8abccb2c68f77fa15ea5c79.tar.xz
Clients link fixed in README (#16569)
-rw-r--r--README.rst2
-rw-r--r--changelog.d/16569.doc1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index d116cd51fb..4a90429647 100644
--- a/README.rst
+++ b/README.rst
@@ -122,7 +122,7 @@ You will need to change the server you are logging into from ``matrix.org``
 and instead specify a Homeserver URL of ``https://<server_name>:8448``
 (or just ``https://<server_name>`` if you are using a reverse proxy).
 If you prefer to use another client, refer to our
-`client breakdown <https://matrix.org/docs/projects/clients-matrix>`_.
+`client breakdown <https://matrix.org/ecosystem/clients/>`_.
 
 If all goes well you should at least be able to log in, create a room, and
 start sending messages.
diff --git a/changelog.d/16569.doc b/changelog.d/16569.doc
new file mode 100644
index 0000000000..7b2a439d30
--- /dev/null
+++ b/changelog.d/16569.doc
@@ -0,0 +1 @@
+Fix a broken link to the [client breakdown](https://matrix.org/ecosystem/clients/) in the README.