Skip to content

Commit 96e6f09

Browse files
authored
Fix Synapse support room reference in FAQ (#1411)
The sentence was missing several words, and using a non-published address for the room. Make it a complete sentence and change the link to use the canonical address.
1 parent 5291448 commit 96e6f09

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

gatsby/src/pages/faq.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -734,11 +734,11 @@ const Faq = ({ data }) => {
734734
.
735735
</p>
736736
<p>
737-
If you host a{" "}
738-
<a href="https://matrix.to/#/#synapse-community:matrix.org">
739-
#synapse-community:matrix.org
740-
</a>
741-
.
737+
If you host a Synapse homeserver, you can get support in the{" "}
738+
<a href="https://matrix.to/#/#synapse:matrix.org">
739+
#synapse:matrix.org
740+
</a>{" "}
741+
room.
742742
</p>
743743
<div className="definition-list">
744744
<div className="definition-item definition-room">

scripts/_url-directory.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
[#SimpleMatrix:matrix.ffslfl.net]: https://matrix.to/#/#SimpleMatrix:matrix.ffslfl.net
6363
[#smsmatrix:matrix.org]: https://matrix.to/#/#smsmatrix:matrix.org
6464
[#spectral:encom.eu.org]: https://matrix.to/#/#spectral:encom.eu.org
65-
[#synapse-community:matrix.org]: https://matrix.to/#/#synapse-community:matrix.org
6665
[#synapse-netcore-workers:t2bot.io]: https://matrix.to/#/#synapse-netcore-workers:t2bot.io
6766
[#synapse-py3:matrix.org]: https://matrix.to/#/#synapse-py3:matrix.org
6867
[#synapse:matrix.org]: https://matrix.to/#/#synapse:matrix.org

0 commit comments

Comments
 (0)