diff options
author | Rohan Sharma <rhnsharma5113@gmail.com> | 2021-06-07 21:05:02 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 16:35:02 +0100 |
commit | beb251e3eed3f5b93fafea4650ba7146bb19bcf9 (patch) | |
tree | bbac04f36203d970ffc781e4106e64c44f8eda48 /docs | |
parent | Fix broken link to README at root of repo (#10132) (diff) | |
download | synapse-beb251e3eed3f5b93fafea4650ba7146bb19bcf9.tar.xz |
Make link in docs use HTTPS (#10130)
Fixes #10121 Signed-off-by: Rohan Sharma <rhnsharma5113@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/turn-howto.md | 2 |
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. |