diff options
Diffstat (limited to 'settings/templates/help.php')
-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 11726d60387..f849ea0f427 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 } ?> |