diff options
author | David Robertson <davidr@element.io> | 2021-11-17 14:19:56 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2021-11-17 14:19:56 +0000 |
commit | b76337fdf825282b7c75ebc38e9a64f0b00f7cf0 (patch) | |
tree | 86505c4e2f1e831fdfe764571c457e56754fc9df /docs | |
parent | Rename `get_access_token_for_user_id` method to `create_access_token_for_user... (diff) | |
parent | Merge remote-tracking branch 'origin/release-v1.47' (diff) | |
download | synapse-b76337fdf825282b7c75ebc38e9a64f0b00f7cf0.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/password_auth_providers.md | 2 | ||||
-rw-r--r-- | docs/turn-howto.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/password_auth_providers.md b/docs/password_auth_providers.md index d7beacfff3..dc0dfffa21 100644 --- a/docs/password_auth_providers.md +++ b/docs/password_auth_providers.md @@ -1,7 +1,7 @@ <h2 style="color:red"> This page of the Synapse documentation is now deprecated. For up to date documentation on setting up or writing a password auth provider module, please see -<a href="modules.md">this page</a>. +<a href="modules/index.md">this page</a>. </h2> # Password auth provider modules diff --git a/docs/turn-howto.md b/docs/turn-howto.md index 06b2ef2c9a..e6812de69e 100644 --- a/docs/turn-howto.md +++ b/docs/turn-howto.md @@ -220,7 +220,7 @@ Here are a few things to try: anyone who has successfully set this up. * Check that you have opened your firewall to allow TCP and UDP traffic to the - TURN ports (normally 3478 and 5479). + TURN ports (normally 3478 and 5349). * Check that you have opened your firewall to allow UDP traffic to the UDP relay ports (49152-65535 by default). |