diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2016-11-02 20:04:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-02 20:04:45 +0100 |
commit | c901c851ca37b44d72e6c6db27efea6507706014 (patch) | |
tree | 9982ecb6731348d1bc8996315eb288483684641e /settings/templates | |
parent | 3bdec28dad7dcad21b59a8f4346aa385718cbe57 (diff) | |
parent | d6f156feb4938624efccaa992a5ff12bbf4bc836 (diff) | |
download | nextcloud-server-c901c851ca37b44d72e6c6db27efea6507706014.tar.gz nextcloud-server-c901c851ca37b44d72e6c6db27efea6507706014.zip |
Merge pull request #1960 from nextcloud/adjust-link-to-contributing.md
Adjust link to contributing.md
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 } ?> |