diff --git a/changelog.d/15874.misc b/changelog.d/15874.misc
new file mode 100644
index 0000000000000000000000000000000000000000..0d434bef5d926dffbf9ef46c8902360d3ec43cb4
--- /dev/null
+++ b/changelog.d/15874.misc
@@ -0,0 +1 @@
+Updated the link in home page from https://matrix.org/docs/projects/try-matrix-now.html#clients to https://matrix.org/ecosystem/clients/.
diff --git a/synapse/static/index.html b/synapse/static/index.html
index bf46df90978c62d7c34e581e6865adcaa92d2fde..297a7877f3254d8f0f5800973f5992f416b9a034 100644
--- a/synapse/static/index.html
+++ b/synapse/static/index.html
@@ -48,7 +48,7 @@
     </div>
     <h1>It works! Synapse is running</h1>
     <p>Your Synapse server is listening on this port and is ready for messages.</p>
-    <p>To use this server you'll need <a href="https://matrix.org/docs/projects/try-matrix-now.html#clients" target="_blank" rel="noopener noreferrer">a Matrix client</a>.
+    <p>To use this server you'll need <a href="https://matrix.org/ecosystem/clients/" target="_blank" rel="noopener noreferrer">a Matrix client</a>.
     </p>
     <p>Welcome to the Matrix universe :)</p>
     <hr>