diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-04-22 14:23:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 14:23:40 +0100 |
commit | f46b223354895efee181507a96a3a9a72c933a4b (patch) | |
tree | d37d5bc92acf3f8137b93fe9095e58e0eafd2d35 /docs | |
parent | Await un-partial-stating after a partial-state join (#12399) (diff) | |
download | synapse-f46b223354895efee181507a96a3a9a72c933a4b.tar.xz |
turn-howto: fix some links
Diffstat (limited to 'docs')
-rw-r--r-- | docs/turn-howto.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/turn-howto.md b/docs/turn-howto.md index 3a2cd04e36..37a311ad9c 100644 --- a/docs/turn-howto.md +++ b/docs/turn-howto.md @@ -302,14 +302,14 @@ Here are a few things to try: (Understanding the output is beyond the scope of this document!) - * You can test your Matrix homeserver TURN setup with https://test.voip.librepush.net/. + * You can test your Matrix homeserver TURN setup with <https://test.voip.librepush.net/>. Note that this test is not fully reliable yet, so don't be discouraged if the test fails. [Here](https://github.com/matrix-org/voip-tester) is the github repo of the source of the tester, where you can file bug reports. * There is a WebRTC test tool at - https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/. To + <https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/>. To use it, you will need a username/password for your TURN server. You can either: |