diff options
author | Joas Schilling <coding@schilljs.com> | 2016-11-09 09:23:04 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-11-09 09:23:04 +0100 |
commit | 3773af9af5cfccf5cf0d43ebe22e05f3c3786280 (patch) | |
tree | 5bcc5954362cad831ceee83340c8c5be1f62ec99 | |
parent | b23f3755cae87383a2db5ef8f8d4f51f762eeead (diff) | |
download | nextcloud-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.php | 5 |
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 } ?> |