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-07-19 23:47:08 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-07-19 23:47:08 +0300
commit1f0e51c956fee10d3b4314271d3c347b226a8290 (patch)
tree551c65b7a3a9d0cc5e397a757ab5e000b1cbc02e /page-providers.php
parent574e57f8db16de40af181329e8e56200bceba044 (diff)
Better link to providers page
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-providers.php')
-rw-r--r--page-providers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-providers.php b/page-providers.php
index 76dcbbe2..b595f8ef 100644
--- a/page-providers.php
+++ b/page-providers.php
@@ -52,7 +52,7 @@
<h2>Community hosting</h2>
<p class=""><?php echo $l->t('Community providers who offer anything from a Virtual Machine with Nextcloud you have to manage to a fully handled Nextcloud account where you just have to log in, maintained by the provider. Some providers offer free tiers.');?></p>
<p class=""><?php echo $l->t('Please note that we have no formal relationship with any of these providers and take no responsibility for their services or quality. If you want to be sure to get quality service with the backing of Nextcloud engineers,');?> <a class="hyperlink" href="<?php echo home_url('contact') ?>"><?php echo $l->t('get in contact with us</a>');?> <a class="hyperlink" href="<?php echo home_url('partners') ?>"><?php echo $l->t('or one of our partners.</a>');?></p>
- <a class="button button--blue" href="https://github.com/nextcloud/providers" target="_blank"><?php echo $l->t('Find them on');?> GitHub</a>
+ <a class="button button--blue" href="https://github.com/nextcloud/providers#providers" target="_blank"><?php echo $l->t('Find them on');?> GitHub</a>
</div>
</div>
</section>