diff options
author | Joas Schilling <coding@schilljs.com> | 2016-10-31 09:27:16 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-11-02 10:32:30 +0100 |
commit | d6f156feb4938624efccaa992a5ff12bbf4bc836 (patch) | |
tree | c4f76bd1b189d07eb82d320cdbbc013152e9e1df /settings/templates | |
parent | 3011738d475efff0805cd0a73860b42be9a6d43a (diff) | |
download | nextcloud-server-d6f156feb4938624efccaa992a5ff12bbf4bc836.tar.gz nextcloud-server-d6f156feb4938624efccaa992a5ff12bbf4bc836.zip |
Adjust link to contributing.md
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'settings/templates')
-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 } ?> |