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 | |
parent | Federation outbound proxy (#15773) (diff) | |
download | synapse-f19dd39dfc04d3533198d8a52fab6ed49e6d5066.tar.xz |
Update link to the clients webpage, fix #15825 (#15874)
-rw-r--r-- | changelog.d/15874.misc | 1 | ||||
-rw-r--r-- | synapse/static/index.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/15874.misc b/changelog.d/15874.misc new file mode 100644 index 0000000000..0d434bef5d --- /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 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> |