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>2019-08-29 20:30:20 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-08-29 20:30:20 +0300
commit68849512a8c75c6b1bd3d054a456258ab0c98322 (patch)
tree4215b9e7239f1193490e64f003260e279658f0f5 /page-healthcare.php
parent2cd4269069d87e583fb1e37444c8b703133f1f45 (diff)
minor changes to securesharing page
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-healthcare.php')
-rw-r--r--page-healthcare.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-healthcare.php b/page-healthcare.php
index 95f8fa01..ab27880a 100644
--- a/page-healthcare.php
+++ b/page-healthcare.php
@@ -143,7 +143,7 @@ require(["require.config"], function() {
<p class="section--paragraph__tittle"><?php echo $l->t('Public clouds are not a safe solution');?></p>
<p class="section--paragraph"><?php echo $l->t('Most consumer-grade solutions like Dropbox or Office 365 were not designed with privacy regulations and security concerns in mind, mixing data from consumers and businesses, spread out in data centers across the globe.');?></p>
<p class="section--paragraph"><?php echo $l->t('Rather than trying to work around their limitations, Nextcloud Files provides a security-first solution which puts you in complete control over the location and access policies of data with a private cloud solution.');?></p>
- <a href="<?php echo home_url('buy') ?>" class="button button--blue button--large button--arrow"><?php echo $l->t('Get started now');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('enterprise/buy') ?>" class="button button--blue button--large button--arrow"><?php echo $l->t('Get started now');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>