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>2017-02-08 20:34:21 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2017-02-08 20:34:21 +0300
commit773f7aa4fa298cb5bd20a5f7475a57da092c452d (patch)
tree5fda672054dfe4b8e976544a9a3f1f91d2a4854d /page-about.php
parentf296ff65ba1d41bfde2a0b1527cf1f56b22c68bc (diff)
fix links
Diffstat (limited to 'page-about.php')
-rw-r--r--page-about.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-about.php b/page-about.php
index 56f6fd92..36450ad2 100644
--- a/page-about.php
+++ b/page-about.php
@@ -21,7 +21,7 @@
<a href="#security"><?php echo $l->t('security');?></a>
<a href="#lifecycle"><?php echo $l->t('lifecycle');?></a>
<a href="#capabilities"><?php echo $l->t('capabilities');?></a>-->
- <a class="btn btn-primary" href="/community"><?php echo $l->t('About us');?></a>
+ <a class="btn btn-primary" href="/contributors"><?php echo $l->t('Contributors');?></a>
<a class="btn btn-primary" href="/team"><?php echo $l->t('Team');?></a>
<a class="btn btn-primary" href="/jobs"><?php echo $l->t('Jobs');?></a>
</div>