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>2018-02-12 23:19:09 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2018-02-12 23:19:09 +0300
commit269c6bd65b061a5496bda4c05d1a190aaf53c525 (patch)
tree96069e728abfbf49f8bc6a878f7a2bf7883342c6 /page-contribute.php
parent38625f933d3906cb22cebc7e20e31e7fb64c6ee2 (diff)
fix issues identified by Mathias
Diffstat (limited to 'page-contribute.php')
-rw-r--r--page-contribute.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/page-contribute.php b/page-contribute.php
index 5d94bf6d..2072f20b 100644
--- a/page-contribute.php
+++ b/page-contribute.php
@@ -32,8 +32,8 @@
<h3 class="section--intro"><?php echo $l->t('Answer questions about Nextcloud use and development');?></h3>
<p class="section--paragraph"><?php echo $l->t('Help answer questions users and developers have about Nextcloud!');?></p>
- <p class="section--paragraph"><?php echo $l->t('Join the <a class="hyperlink" href="https://help.nextcloud.com">Nextcloud forums</a>!');?></p>
- <p class="section--paragraph"><?php echo $l->t('Please be considerate of our <a class="hyperlink" href="/community/code-of-conduct/">code of conduct</a>. We want to provide a positive and enjoyable environment for everybody.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Join the <a class="hyperlink" href="https://help.nextcloud.com">Nextcloud forums</a>!');?></p>
+ <p class="section--paragraph"><a class="hyperlink" href="<?php echo home_url('code-of-conduct') ?>"><?php echo $l->t('Please be considerate of our code of conduct</a>. We want to provide a positive and enjoyable environment for everybody.');?></p>
</div>
<div class="col-md-6">
<h3 class="section--intro"><?php echo $l->t('Test Nextcloud');?></h3>