From e4bb1188446586e4380af963f432870fab22e3c9 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Thu, 13 Dec 2018 16:20:49 -0600 Subject: [PATCH 1/2] Add note about #matrix.to:riot.ovh Had no idea any related rooms existed until today Also changes an old Jira link to the new GitHub issue --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ebfca83..803827b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ fragment to avoid web clients leaking it to the server. Matrix.to links are designed to be human-friendly, both for reading and constructing, and are essentially a compatibility step in the journey towards a -ubiquitous mx:// URL scheme (see https://matrix.org/jira/browse/SPEC-5). +ubiquitous mx:// URL scheme (see https://github.com/matrix-org/matrix-doc/issues/455). Anyone is welcome to host their own version of the Matrix.to app - Matrix.to is **not** a single point of failure on the Matrix ecosystem; if the matrix.to @@ -42,3 +42,5 @@ user has been invited: these links cannot be assumed to work for all visitors. (Technically the # and @ in the URL fragment should probably be escaped, but in practice for legibility we bend the rules and include it verbatim) + +You can discuss matrix.to in [`#matrix.to:riot.ovh`](https://matrix.to/#/#matrix.to:riot.ovh) From a7815555324f81579c8ce92a00964946c942d380 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Fri, 14 Dec 2018 07:09:36 -0600 Subject: [PATCH 2/2] Update to use matrix.org alias --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 803827b..12549ce 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,4 @@ user has been invited: these links cannot be assumed to work for all visitors. (Technically the # and @ in the URL fragment should probably be escaped, but in practice for legibility we bend the rules and include it verbatim) -You can discuss matrix.to in [`#matrix.to:riot.ovh`](https://matrix.to/#/#matrix.to:riot.ovh) +You can discuss matrix.to in [`#matrix.to:matrix.org`](https://matrix.to/#/#matrix.to:matrix.org)