summary refs log tree commit diff
path: root/docs/turn-howto.md
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-06-07 16:57:58 +0100
committerRichard van der Hoff <richard@matrix.org>2021-06-07 16:57:58 +0100
commit68d7704d196aee56630797c7538c2ed85560cd29 (patch)
treea82911ae6f37514c6a90855da06f1e65167d2aac /docs/turn-howto.md
parentMerge remote-tracking branch 'origin/develop' into matrix-org-hotfixes (diff)
parentMake link in docs use HTTPS (#10130) (diff)
downloadsynapse-68d7704d196aee56630797c7538c2ed85560cd29.tar.xz
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'docs/turn-howto.md')
-rw-r--r--docs/turn-howto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/turn-howto.md b/docs/turn-howto.md

index 41738bbe69..6433446c2a 100644 --- a/docs/turn-howto.md +++ b/docs/turn-howto.md
@@ -4,7 +4,7 @@ This document explains how to enable VoIP relaying on your Home Server with TURN. The synapse Matrix Home Server supports integration with TURN server via the -[TURN server REST API](<http://tools.ietf.org/html/draft-uberti-behave-turn-rest-00>). This +[TURN server REST API](<https://tools.ietf.org/html/draft-uberti-behave-turn-rest-00>). This allows the Home Server to generate credentials that are valid for use on the TURN server through the use of a secret shared between the Home Server and the TURN server.