summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Tim Small <tim@seoss.co.uk> 2019-10-11 20:28:57 +0100
committerGravatar Tim Small <tim@seoss.co.uk> 2019-10-11 20:49:47 +0100
commit28e61ceaecb80ee8c0a4fdd0adf8c301dfd952eb (patch)
tree3acba11c882c3df0e2c002d3bdb64d70e60d1975 /README.md
parent38306389ea4d8fadac8565e681887740912e14bd (diff)
downloadrtic-28e61ceaecb80ee8c0a4fdd0adf8c301dfd952eb.tar.gz
rtic-28e61ceaecb80ee8c0a4fdd0adf8c301dfd952eb.tar.zst
rtic-28e61ceaecb80ee8c0a4fdd0adf8c301dfd952eb.zip
Fix matrix.to web link for the static room view.
Fix the matrix.to link so that the room history can be viewed in "Matrix-Static" by users who aren't registered on Matrix (e.g. for previewing). Hopefully this will also get the room content into search engines. n.b. The new matrix.to URL uses the room name instead of the room ID, because the ID didn't work with Matrix-Static, and the matrix.to README at: https://github.com/matrix-org/matrix.to says... "Note that linking to rooms by ID should only be used for rooms to which the target user has been invited: these links cannot be assumed to work for all visitors."
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6523cb94..d646cc9e 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ A concurrency framework for building real time systems.
## Chat
Join us and talk about RTFM in the [Matrix room][matrix-room].
-[matrix-room]: https://matrix.to/#/!yafYEipFNsXDdwiHMT:matrix.org
+[matrix-room]: https://matrix.to/#/#rtfm-rs:matrix.org
## Contributing
New features and big changes should go through the RFC process in the [dedicated RFC repository][rfcs].