diff --git a/changelog.d/10130.doc b/changelog.d/10130.doc new file mode 100644 index 0000000000000000000000000000000000000000..42ed1f3eac3b179acd797a3c1ddc0beeca4ed610 --- /dev/null +++ b/changelog.d/10130.doc @@ -0,0 +1 @@ +Make a link in docs use HTTPS. Contributed by @RhnSharma. diff --git a/docs/turn-howto.md b/docs/turn-howto.md index 41738bbe69cefbb8047b3c89b0f3eb3229619702..6433446c2af47da5aa337d5d853336f78c8c3d4e 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.