From 7bb3df197c838b543f009c0e1ecd6ab2ec895eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Tue, 23 Aug 2022 14:43:41 +0100 Subject: [PATCH] Fix Synapse support room reference in FAQ 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. --- gatsby/src/pages/faq.js | 10 +++++----- scripts/_url-directory.md | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/gatsby/src/pages/faq.js b/gatsby/src/pages/faq.js index 2eecf8a59a..6d2990522c 100644 --- a/gatsby/src/pages/faq.js +++ b/gatsby/src/pages/faq.js @@ -734,11 +734,11 @@ const Faq = ({ data }) => { .

- If you host a{" "} - - #synapse-community:matrix.org - - . + If you host a Synapse homeserver, you can get support in the{" "} + + #synapse:matrix.org + {" "} + room.

diff --git a/scripts/_url-directory.md b/scripts/_url-directory.md index 046b08dbdb..fb7c5a0667 100644 --- a/scripts/_url-directory.md +++ b/scripts/_url-directory.md @@ -62,7 +62,6 @@ [#SimpleMatrix:matrix.ffslfl.net]: https://matrix.to/#/#SimpleMatrix:matrix.ffslfl.net [#smsmatrix:matrix.org]: https://matrix.to/#/#smsmatrix:matrix.org [#spectral:encom.eu.org]: https://matrix.to/#/#spectral:encom.eu.org -[#synapse-community:matrix.org]: https://matrix.to/#/#synapse-community:matrix.org [#synapse-netcore-workers:t2bot.io]: https://matrix.to/#/#synapse-netcore-workers:t2bot.io [#synapse-py3:matrix.org]: https://matrix.to/#/#synapse-py3:matrix.org [#synapse:matrix.org]: https://matrix.to/#/#synapse:matrix.org