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 | |
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>
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | settings/templates/help.php | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md index 66a224aa227..9298cf5c0a8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ changed it substantially: Please read the [Code of Conduct](https://nextcloud.com/community/code-of-conduct/). This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other. -Please review the [guidelines for contributing](https://github.com/nextcloud/server/blob/master/.github/CONTRIBUTING.md) to this repository. +Please review the [guidelines for contributing](https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md) to this repository. More information how to contribute: [https://nextcloud.com/contribute/](https://nextcloud.com/contribute/) 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 } ?> |