diff options
author | sarthak shah <75999816+sarthakshah65@users.noreply.github.com> | 2023-07-06 20:58:09 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-06 17:28:09 +0200 |
commit | f19dd39dfc04d3533198d8a52fab6ed49e6d5066 (patch) | |
tree | b5abec8885148bf66246a4d5558f5e8077322ce0 /synapse | |
parent | Federation outbound proxy (#15773) (diff) | |
download | synapse-f19dd39dfc04d3533198d8a52fab6ed49e6d5066.tar.xz |
Update link to the clients webpage, fix #15825 (#15874)
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/static/index.html b/synapse/static/index.html index bf46df9097..297a7877f3 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> |