From 6e78cde3eb006211e1ebc4bde567beb69ccf5517 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 23 Sep 2021 18:39:47 +0200 Subject: [PATCH] Fix wrong matrix.to URL in spec appendices (#3409) --- content/appendices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/appendices.md b/content/appendices.md index 31c5fbb8..ad7c31a1 100644 --- a/content/appendices.md +++ b/content/appendices.md @@ -706,7 +706,7 @@ they need to go, however they should also be aware of [issue A room (or room permalink) which isn't using a room alias should supply at least one server using `via` in the ``, like so: -`https://matrix.to/!somewhere%3Aexample.org?via=example.org&via=alt.example.org`. +`https://matrix.to/#/!somewhere%3Aexample.org?via=example.org&via=alt.example.org`. The parameter can be supplied multiple times to specify multiple servers to try.