diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-09 22:58:44 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-09 22:58:44 -0500 |
| commit | af13482cb823e6191205b3b97bc619053b6405e5 (patch) | |
| tree | 2eaf4385c67241d8f7ac917397b65e8d4b8b84a8 /static/contact.html | |
| parent | aaa7b3e48312c868cc81989696d998f6fd0ef2f8 (diff) | |
replace app.element.io links with matrix.to links
Diffstat (limited to 'static/contact.html')
| -rw-r--r-- | static/contact.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/static/contact.html b/static/contact.html index 6d91c0f0..7378b533 100644 --- a/static/contact.html +++ b/static/contact.html @@ -74,7 +74,7 @@ <p>Telegram group: <a href="https://t.me/GrapheneOS">https://t.me/GrapheneOS</a>.</p> <p>You can join the GrapheneOS Matrix space at - <a href="https://app.element.io/#/room/%23community:grapheneos.org">#community:grapheneos.org</a> + <a href="https://matrix.to/#/%23community:grapheneos.org">#community:grapheneos.org</a> and can manually join each of the chat rooms from there.</p> <p>The following 7 chat rooms are available across each platform, with the @@ -82,31 +82,31 @@ <table> <tr> - <td><a href="https://app.element.io/#/room/%23general:grapheneos.org">#general:grapheneos.org</a></td> + <td><a href="https://matrix.to/#/%23general:grapheneos.org">#general:grapheneos.org</a></td> <td>Best place to request support, ask questions or get involved in the project</td> </tr> <tr> - <td><a href="https://app.element.io/#/room/%23offtopic:grapheneos.org">#offtopic:grapheneos.org</a></td> + <td><a href="https://matrix.to/#/%23offtopic:grapheneos.org">#offtopic:grapheneos.org</a></td> <td>Discuss topics not strictly related to GrapheneOS</td> </tr> <tr> - <td><a href="https://app.element.io/#/room/%23dev:grapheneos.org">#dev:grapheneos.org</a></td> + <td><a href="https://matrix.to/#/%23dev:grapheneos.org">#dev:grapheneos.org</a></td> <td>Discuss GrapheneOS app and OS development</td> </tr> <tr> - <td><a href="https://app.element.io/#/room/%23testing:grapheneos.org">#testing:grapheneos.org</a></td> + <td><a href="https://matrix.to/#/%23testing:grapheneos.org">#testing:grapheneos.org</a></td> <td>Provide feedback on Alpha and Beta channel app and OS releases</td> </tr> <tr> - <td><a href="https://app.element.io/#/room/%23releases:grapheneos.org">#releases:grapheneos.org</a></td> + <td><a href="https://matrix.to/#/%23releases:grapheneos.org">#releases:grapheneos.org</a></td> <td>Release announcements</td> </tr> <tr> - <td><a href="https://app.element.io/#/room/%23infra:grapheneos.org">#infra:grapheneos.org</a></td> + <td><a href="https://matrix.to/#/%23infra:grapheneos.org">#infra:grapheneos.org</a></td> <td>Infrastructure monitoring and discussion</td> </tr> <tr> - <td><a href="https://app.element.io/#/room/%23media:grapheneos.org">#media:grapheneos.org</a></td> + <td><a href="https://matrix.to/#/%23media:grapheneos.org">#media:grapheneos.org</a></td> <td>Discuss GrapheneOS in news articles and other media coverage</td> </tr> </table> |
