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>2021-01-27 20:07:53 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-01-27 20:07:53 +0300
commit1640f2f041097a892f9daab44885130aa4035481 (patch)
tree3e626e44e74aaf0bce6d5fb5546c3617ff8a7d8f /page-contribute.php
parent19918a15b1287b0f3f24d7202da5606d40a94041 (diff)
fixes #1422
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-contribute.php')
-rw-r--r--page-contribute.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-contribute.php b/page-contribute.php
index 31971f40..f7a11ea7 100644
--- a/page-contribute.php
+++ b/page-contribute.php
@@ -33,7 +33,7 @@
<div class="col-md-8">
<h3 class="section--paragraph__title"><?php echo $l->t('Contribute to Nextcloud server or apps');?></h3>
<p class="section--paragraph"><?php echo $l->t('Learn about setting up a development environment or read our security guidelines, coding style and more!');?></p>
- <p class="section--paragraph"><?php echo $l->t('Improve the Nextcloud Server:');?> <a class="hyperlink" href="<?php echo $DOCUMENTATION_DEVELOPER; ?>core"><?php echo $l->t('server development documentation');?></a>, <a class="hyperlink" href="<?php echo $DOCUMENTATION_DEVELOPER; ?>general"><?php echo $l->t('general guidelines and setup');?></a></p>
+ <p class="section--paragraph"><?php echo $l->t('Improve the Nextcloud Server:');?> <a class="hyperlink" href="<?php echo $DOCUMENTATION_DEVELOPER; ?>getting_started/index.html"><?php echo $l->t('server development documentation');?></a>.</p>
<p class="section--paragraph"><?php echo $l->t('Get a bug fixed:');?> <a class="hyperlink" href="<?php echo $DOCUMENTATION_BUGTRACKER; ?>"><?php echo $l->t('bugtracker documentation');?></a></li>
<p class="section--paragraph"><?php echo $l->t('Learn to write Nextcloud code. (Try your hands on a <a class="hyperlink" href="https://github.com/nextcloud/server/labels/good%20first%20issue" target="_blank">good first issue</a> or get started with <a class="hyperlink" href="https://nextcloud.com/blog/get-involved-in-nextcloud-by-reviewing-pulls/">reviewing pull requests</a>)');?></li>
<p class="section--paragraph"><a class="hyperlink" href="https://transifex.com/nextcloud"><?php echo $l->t('Help translate Nextcloud.');?></a></li>