Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2020-03-24 17:13:51 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-03-24 17:13:51 +0300
commit54a6ec8043313515c870bf20d7f61963542469ec (patch)
treec111d052f0e1ba24a3fca66916d1af42a15aec36 /page-talk.php
parent3e4108c5c8af90ab01307852166bbdd2a15e4a88 (diff)
fix link
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-talk.php')
-rw-r--r--page-talk.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-talk.php b/page-talk.php
index 43ae3d04..42bf3ee3 100644
--- a/page-talk.php
+++ b/page-talk.php
@@ -386,7 +386,7 @@
</div>
<div class="col-md-6">
<p class="section--paragraph__tittle"><?php echo $l->t('Easy for private use');?></p>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud Talk is designed for easy installation and operation. Nextcloud hosts a STUN server to facilitate usage behind firewalls and we recommend the installation of a local TURN server to improve connectivity further. Note that calls get fully routed through a TURN server, causing a lot of network traffic.');?> <a class="hyperlink" href="https://help.nextcloud.com/t/howto-setup-nextcloud-talk-with-turn-server/30794"><?php echo $l->t('Find documentation on installing a TURN server here.');?></a></p>
+ <p class="section--paragraph"><?php echo $l->t('Nextcloud Talk is designed for easy installation and operation. Nextcloud hosts a STUN server to facilitate usage behind firewalls and we recommend the installation of a local TURN server to improve connectivity further. Note that calls get fully routed through a TURN server, causing a lot of network traffic.');?> <a class="hyperlink" href="https://nextcloud-talk.readthedocs.io/en/latest/TURN/"><?php echo $l->t('Find documentation on installing a TURN server here.');?></a></p>
<p class="section--paragraph"><?php echo $l->t('The peer to peer nature of Talk does inflate network traffic, creating one incoming and sending stream per other participant. This places practical limitations on calls that depend on network capabilities. A typical private Nextcloud Talk setup should handle dozens of calls with each up to 4-6 participants, more if all participants have a good network connection.');?></p>
</div>
</div>