summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-11-09 09:23:04 +0100
committerJoas Schilling <coding@schilljs.com>2016-11-09 09:23:04 +0100
commit3773af9af5cfccf5cf0d43ebe22e05f3c3786280 (patch)
tree5bcc5954362cad831ceee83340c8c5be1f62ec99
parentb23f3755cae87383a2db5ef8f8d4f51f762eeead (diff)
downloadnextcloud-server-3773af9af5cfccf5cf0d43ebe22e05f3c3786280.tar.gz
nextcloud-server-3773af9af5cfccf5cf0d43ebe22e05f3c3786280.zip
Fix help link
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--settings/templates/help.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/settings/templates/help.php b/settings/templates/help.php
index f248abc066c..954400d33b5 100644
--- a/settings/templates/help.php
+++ b/settings/templates/help.php
@@ -28,9 +28,8 @@
<?php if($_['admin']) { ?>
<li>
- <a href="https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md"
- target="_blank" rel="noreferrer">
- <?php p($l->t('Issue tracker')); ?> ↗
+ <a href="https://nextcloud.com/support/" target="_blank" rel="noreferrer">
+ <?php p($l->t('Getting help')); ?> ↗
</a>
</li>
<?php } ?>