Fix wrong matrix.to URL in spec appendices (#3409)

This commit is contained in:
Jonas Platte 2021-09-23 18:39:47 +02:00 committed by GitHub
parent 08b67761f9
commit 6e78cde3eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 `<additional arguments>`, 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.